Skip to content

Commit 2964a84

Browse files
authored
Remove min_const_generics feature
1 parent c3e8aa3 commit 2964a84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
#![cfg_attr(feature = "specialization", allow(incomplete_features))]
7676
#![cfg_attr(feature = "specialization", feature(specialization))]
7777
#![cfg_attr(feature = "may_dangle", feature(dropck_eyepatch))]
78-
#![cfg_attr(feature = "const_generics", feature(min_const_generics))]
7978
#![deny(missing_docs)]
8079

8180
#[doc(hidden)]

0 commit comments

Comments
 (0)