aboutsummaryrefslogtreecommitdiff
path: root/server/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-05-15 09:05:04 +0200
committermetamuffin <metamuffin@disroot.org>2023-05-15 09:05:04 +0200
commit87e4512f24b886a5df045ba11ce731b3ffc3e848 (patch)
tree60cb5478728633af5f0bc46afbf6d79b72b66ce1 /server/src/main.rs
parent35dadb32b152b391c78e09285eedfaec416a45fb (diff)
downloadjellything-87e4512f24b886a5df045ba11ce731b3ffc3e848.tar
jellything-87e4512f24b886a5df045ba11ce731b3ffc3e848.tar.bz2
jellything-87e4512f24b886a5df045ba11ce731b3ffc3e848.tar.zst
old uncommited stuff, dunno what it does
Diffstat (limited to 'server/src/main.rs')
-rw-r--r--server/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/src/main.rs b/server/src/main.rs
index 6baaa2a..d8a7441 100644
--- a/server/src/main.rs
+++ b/server/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(box_syntax)]
-
use config::{load_global_config, GlobalConfig};
use database::{Database, User};
use jellyremuxer::RemuxerContext;