Skip to content

Commit e4c73e4

Browse files
authoredDec 28, 2020
Auto merge of #242 - c410-f3r:patch-2, r=mbrubeck
Remove `min_const_generics` feature Depends on rust-lang/rust#79135. If #240 is already under development and will be available before the 1.50 release, then feel free to close this PR. Otherwise, the feature removal will benefit upstream projects in the meanwhile.
2 parents c1e68df + 2964a84 commit e4c73e4

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)
Please sign in to comment.