remove const_hash feature leftovers

This commit is contained in:
Ralf Jung
2024-11-02 11:24:28 +01:00
parent 34432f7494
commit 52666238cf
5 changed files with 5 additions and 13 deletions

View File

@@ -416,7 +416,6 @@
// Only for const-ness:
// tidy-alphabetical-start
#![feature(const_collections_with_hasher)]
#![feature(const_hash)]
#![feature(thread_local_internals)]
// tidy-alphabetical-end
//