We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
min_const_generics
1 parent c3e8aa3 commit 2964a84Copy full SHA for 2964a84
src/lib.rs
@@ -75,7 +75,6 @@
75
#![cfg_attr(feature = "specialization", allow(incomplete_features))]
76
#![cfg_attr(feature = "specialization", feature(specialization))]
77
#![cfg_attr(feature = "may_dangle", feature(dropck_eyepatch))]
78
-#![cfg_attr(feature = "const_generics", feature(min_const_generics))]
79
#![deny(missing_docs)]
80
81
#[doc(hidden)]
0 commit comments