diff options
| author | Ralf Jung <post@ralfj.de> | 2024-12-01 10:39:09 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-12-02 16:34:39 +0100 |
| commit | 3a9bc76f809634b0ae9844147766818a1bdcd32b (patch) | |
| tree | 5e18a69f102fbc4e9108d158257d8de28669c13b /library/std/src/lib.rs | |
| parent | 3bff51ea912d4dfd9caa1e3bc6f68352618208a7 (diff) | |
| download | rust-3a9bc76f809634b0ae9844147766818a1bdcd32b.tar.gz rust-3a9bc76f809634b0ae9844147766818a1bdcd32b.zip | |
stabilize const_collections_with_hasher and build_hasher_default_const_new
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 143878170f0..585946c1d50 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -320,7 +320,6 @@ // Library features (core): // tidy-alphabetical-start #![feature(array_chunks)] -#![feature(build_hasher_default_const_new)] #![feature(c_str_module)] #![feature(char_internals)] #![feature(clone_to_uninit)] |
