Skip to content

Commit

Permalink
Remove min_const_generics feature gate
Browse files Browse the repository at this point in the history
The PR to stabilize min_const_generics just
got merged a few hours ago, and as the first
nightly becomes available, we can remove the
feature gate now!
  • Loading branch information
est31 committed Dec 28, 2020
1 parent 649ceda commit a05c0fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![forbid(unsafe_code)]
#![cfg_attr(feature = "const-generics", feature(min_const_generics))]

/*!
Big array helper for serde.
Expand Down

0 comments on commit a05c0fb

Please sign in to comment.