diff options
author | metamuffin <metamuffin@disroot.org> | 2023-05-15 09:05:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-05-15 09:05:04 +0200 |
commit | 87e4512f24b886a5df045ba11ce731b3ffc3e848 (patch) | |
tree | 60cb5478728633af5f0bc46afbf6d79b72b66ce1 /server/src/main.rs | |
parent | 35dadb32b152b391c78e09285eedfaec416a45fb (diff) | |
download | jellything-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.rs | 2 |
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; |