remove a whole bunch of unnecessary const feature gates

This commit is contained in:
Ralf Jung
2024-11-30 10:23:39 +01:00
parent 76f3ff6059
commit 0dc94404ee
5 changed files with 0 additions and 32 deletions

View File

@@ -410,9 +410,7 @@
//
// Only for const-ness:
// tidy-alphabetical-start
#![feature(const_collections_with_hasher)]
#![feature(io_const_error)]
#![feature(thread_local_internals)]
// tidy-alphabetical-end
//
#![default_lib_allocator]