Navigation Menu

Skip to content

Commit

Permalink
Remove min_const_generics feature
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Dec 2, 2020
1 parent c3e8aa3 commit 2964a84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Expand Up @@ -75,7 +75,6 @@
#![cfg_attr(feature = "specialization", allow(incomplete_features))]
#![cfg_attr(feature = "specialization", feature(specialization))]
#![cfg_attr(feature = "may_dangle", feature(dropck_eyepatch))]
#![cfg_attr(feature = "const_generics", feature(min_const_generics))]
#![deny(missing_docs)]

#[doc(hidden)]
Expand Down

0 comments on commit 2964a84

Please sign in to comment.