Remove all unused feature gates from the compiler

This commit is contained in:
bjorn3
2025-06-08 14:47:28 +00:00
parent 8072811356
commit 9223704f4b
20 changed files with 1 additions and 28 deletions

View File

@@ -23,7 +23,6 @@
#![doc(rust_logo)]
#![feature(array_windows)]
#![feature(core_io_borrowed_buf)]
#![feature(hash_set_entry)]
#![feature(if_let_guard)]
#![feature(map_try_insert)]
#![feature(negative_impls)]