Replace const_generics feature gate with min_const_generics
The latter is on the path to stabilization.
This commit is contained in:
parent
b479139620
commit
4fe6ca3789
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#![feature(thread_id_value)]
|
||||
#![feature(extend_one)]
|
||||
#![feature(const_panic)]
|
||||
#![feature(const_generics)]
|
||||
#![feature(min_const_generics)]
|
||||
#![feature(once_cell)]
|
||||
#![allow(rustc::default_hash_types)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue