Skip to content

Commit

Permalink
Auto merge of #242 - c410-f3r:patch-2, r=mbrubeck
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors-servo committed Dec 28, 2020
2 parents c1e68df + 2964a84 commit e4c73e4
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 e4c73e4

Please sign in to comment.