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

@@ -122,7 +122,6 @@
#![feature(const_eval_select)]
#![feature(const_exact_div)]
#![feature(const_float_methods)]
#![feature(const_hash)]
#![feature(const_heap)]
#![feature(const_nonnull_new)]
#![feature(const_num_midpoint)]