From 0dc94404ee1c529dcf0071f0ef84f64934e7f747 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 30 Nov 2024 10:23:39 +0100 Subject: remove a whole bunch of unnecessary const feature gates --- library/std/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'library/std/src/lib.rs') diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 42f99c3b971..ec1d58f181e 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -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] -- cgit 1.4.1-3-g733a5