aboutsummaryrefslogtreecommitdiff
path: root/tool/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-24 14:21:32 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-24 14:21:32 +0100
commit6a77156a5a3f7d39e44bd5d6d7d7b82d963202ba (patch)
treee22828bbf1a2ef8d03661dd735a2a3fbb2772ce8 /tool/src/main.rs
parent0b53d68b214b022a4ae6292785c165ad95e71696 (diff)
downloadjellything-6a77156a5a3f7d39e44bd5d6d7d7b82d963202ba.tar
jellything-6a77156a5a3f7d39e44bd5d6d7d7b82d963202ba.tar.bz2
jellything-6a77156a5a3f7d39e44bd5d6d7d7b82d963202ba.tar.zst
remove useless feature macro
Diffstat (limited to 'tool/src/main.rs')
-rw-r--r--tool/src/main.rs2
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;