Update nightly features

This commit is contained in:
Michael Pfaff 2022-05-25 18:54:12 -04:00
parent f98db04ef7
commit c993632102
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#![deny(warnings)]
#![cfg_attr(feature = "nightly", allow(incomplete_features))]
#![cfg_attr(feature = "nightly", feature(const_generics))]
#![cfg_attr(feature = "nightly", feature(adt_const_params))]
#[macro_use]