updated the feature-gate listing

This commit is contained in:
marcusdunn
2021-05-14 15:52:04 -07:00
parent 2d74cd255d
commit 751ddb7eb2
2 changed files with 3 additions and 4 deletions

View File

@@ -513,10 +513,6 @@ declare_features! (
/// Allows using `&mut` in constant functions.
(active, const_mut_refs, "1.41.0", Some(57349), None),
/// Allows bindings in the subpattern of a binding pattern.
/// For example, you can write `x @ Some(y)`.
(active, bindings_after_at, "1.41.0", Some(65490), None),
/// Allows `impl const Trait for T` syntax.
(active, const_trait_impl, "1.42.0", Some(67792), None),