smol bot
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 1d620e2..ea43871 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -#![feature(lazy_cell, let_chains, iter_intersperse, if_let_guard, const_mut_refs)] +#![feature(let_chains, iter_intersperse, if_let_guard, const_mut_refs)] use std::{sync::OnceLock, time::Instant}; #[macro_use] |