diff options
Diffstat (limited to 'base/src')
-rw-r--r-- | base/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/src/lib.rs b/base/src/lib.rs index 385ad7a..3eb77e2 100644 --- a/base/src/lib.rs +++ b/base/src/lib.rs @@ -3,7 +3,6 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2024 metamuffin <metamuffin.org> */ -#![feature(lazy_cell)] pub mod assetfed; pub mod cache; pub mod database; |