From 356b3b8eebf22083c7d9655bb43e141dd0df732c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 6 Sep 2025 23:50:51 +0200 Subject: misc changes for current rust nightly --- server/src/main.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'server/src/main.rs') diff --git a/server/src/main.rs b/server/src/main.rs index 30b80ed..13de7e3 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -3,13 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin */ -#![feature( - int_roundings, - let_chains, - str_as_str, - duration_constructors, - duration_constructors_lite -)] +#![feature(int_roundings, str_as_str, duration_constructors)] #![allow(clippy::needless_borrows_for_generic_args)] #![recursion_limit = "4096"] -- cgit v1.2.3-70-g09d2