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
1 changed files with 1 additions and 1 deletions

View File

@ -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)]