diff options
-rw-r--r-- | tool/src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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 <metamuffin.org> */ -#![feature(file_create_new)] - pub mod migrate; use anyhow::anyhow; |