about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-12-02 12:17:12 +0000
committerbors <bors@rust-lang.org>2024-12-02 12:17:12 +0000
commit3bff51ea912d4dfd9caa1e3bc6f68352618208a7 (patch)
tree0d46c14092030751d439bb8bf5f589ddae2b549b /library/std/src
parentbd36e69d2533ee750e2d805915b8ca88d2825e0f (diff)
parent9cac33a75dee6c42ad52d6cf33444a06a6aefc1e (diff)
downloadrust-3bff51ea912d4dfd9caa1e3bc6f68352618208a7.tar.gz
rust-3bff51ea912d4dfd9caa1e3bc6f68352618208a7.zip
Auto merge of #133728 - jhpratt:rollup-k1i60pg, r=jhpratt
Rollup of 4 pull requests

Successful merges:

 - #133589 (Remove `hir::ArrayLen`)
 - #133672 (Remove a bunch of unnecessary const stability noise)
 - #133678 (Stabilize `ptr::fn_addr_eq`)
 - #133727 (Update mailmap)

r? `@ghost`
`@rustbot` modify labels: rollup
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]