about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2024-12-01 22:10:23 -0500
committerGitHub <noreply@github.com>2024-12-01 22:10:23 -0500
commit8f7a10670f889bc086021d62434b8573a2bb042e (patch)
tree492236c61b5bffaf0ab34e651dd8046e2817e5bb /library/std/src
parent811eaebf7e1038cf229bc40f9f121f8709eeb5f4 (diff)
parent9182aa0bf7296fa3d024fbf1ac5257ef09dae262 (diff)
downloadrust-8f7a10670f889bc086021d62434b8573a2bb042e.tar.gz
rust-8f7a10670f889bc086021d62434b8573a2bb042e.zip
Rollup merge of #133672 - RalfJung:const-stability-cleanup, r=jhpratt
Remove a bunch of unnecessary const stability noise
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 059c8d8309c..143878170f0 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -409,9 +409,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]