diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-24 14:21:32 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-24 14:21:32 +0100 |
commit | 6a77156a5a3f7d39e44bd5d6d7d7b82d963202ba (patch) | |
tree | e22828bbf1a2ef8d03661dd735a2a3fbb2772ce8 /tool/src | |
parent | 0b53d68b214b022a4ae6292785c165ad95e71696 (diff) | |
download | jellything-6a77156a5a3f7d39e44bd5d6d7d7b82d963202ba.tar jellything-6a77156a5a3f7d39e44bd5d6d7d7b82d963202ba.tar.bz2 jellything-6a77156a5a3f7d39e44bd5d6d7d7b82d963202ba.tar.zst |
remove useless feature macro
Diffstat (limited to 'tool/src')
-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; |