diff options
Diffstat (limited to 'server/src/main.rs')
-rw-r--r-- | server/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index 56566db..e7a3674 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -3,7 +3,6 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin <metamuffin.org> */ -#![feature(lazy_cell)] #![allow(clippy::let_with_type_underscore)] pub mod assets; pub mod config; |