From 6c3e1d75553a4b2dbafb8d62a565d10a09c61fc2 Mon Sep 17 00:00:00 2001 From: kennytm Date: Wed, 4 Apr 2018 18:43:00 +0800 Subject: Remove `underscore_lifetimes` and `match_default_bindings` from active feature list These are already stabilized in 1.26. --- src/libsyntax/feature_gate.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs index 73ebfc20876..eaa2050f608 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -378,12 +378,6 @@ declare_features! ( // Future-proofing enums/structs with #[non_exhaustive] attribute (RFC 2008) (active, non_exhaustive, "1.22.0", Some(44109), None), - // allow `'_` placeholder lifetimes - (active, underscore_lifetimes, "1.22.0", Some(44524), None), - - // Default match binding modes (RFC 2005) - (active, match_default_bindings, "1.22.0", Some(42640), None), - // Trait object syntax with `dyn` prefix (active, dyn_trait, "1.22.0", Some(44662), Some(Edition::Edition2018)), -- cgit 1.4.1-3-g733a5