From a05c0fb96a10b1e3b7d4d70249940627496668dc Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 28 Dec 2020 01:51:09 +0100 Subject: [PATCH] Remove min_const_generics feature gate 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! --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7913f92..7fa644b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,4 @@ #![forbid(unsafe_code)] -#![cfg_attr(feature = "const-generics", feature(min_const_generics))] /*! Big array helper for serde.