1
Fork 0

Replace const_generics feature gate with min_const_generics

The latter is on the path to stabilization.
This commit is contained in:
est31 2020-09-17 07:08:34 +02:00
parent b479139620
commit 4fe6ca3789

View file

@ -26,7 +26,7 @@
#![feature(thread_id_value)] #![feature(thread_id_value)]
#![feature(extend_one)] #![feature(extend_one)]
#![feature(const_panic)] #![feature(const_panic)]
#![feature(const_generics)] #![feature(min_const_generics)]
#![feature(once_cell)] #![feature(once_cell)]
#![allow(rustc::default_hash_types)] #![allow(rustc::default_hash_types)]