fix: rename nightly feature for const generic &'static str (d0c11bf6e3\#diff-7b65e42e2b87910c94950caf7f0687fda2f9f98f311099404f5c4afb4a36e50c)

This commit is contained in:
Greg Johnston 2024-07-22 13:58:16 -04:00
parent 4fe7fe725f
commit d4ec5e187b

View file

@ -4,7 +4,7 @@
//! detection.
#![allow(incomplete_features)] // yolo
#![cfg_attr(feature = "nightly", feature(adt_const_params))]
#![cfg_attr(feature = "nightly", feature(unsized_const_params))]
#![deny(missing_docs)]
/// Commonly-used traits.