From 6a77156a5a3f7d39e44bd5d6d7d7b82d963202ba Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 24 Dec 2023 14:21:32 +0100 Subject: remove useless feature macro --- tool/src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tool/src') diff --git a/tool/src/main.rs b/tool/src/main.rs index 6dc7f8a..f199761 100644 --- a/tool/src/main.rs +++ b/tool/src/main.rs @@ -3,8 +3,6 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin */ -#![feature(file_create_new)] - pub mod migrate; use anyhow::anyhow; -- cgit v1.2.3-70-g09d2