diff options
| author | kennytm <kennytm@gmail.com> | 2018-04-04 18:43:00 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-04-17 03:28:25 +0800 |
| commit | 6c3e1d75553a4b2dbafb8d62a565d10a09c61fc2 (patch) | |
| tree | a2992f41776389afa5e5c5ac39e93b34a3d72a4c /src/libsyntax | |
| parent | 49317cd511fbb60178bd5122e484609568938468 (diff) | |
| download | rust-6c3e1d75553a4b2dbafb8d62a565d10a09c61fc2.tar.gz rust-6c3e1d75553a4b2dbafb8d62a565d10a09c61fc2.zip | |
Remove `underscore_lifetimes` and `match_default_bindings` from active feature list
These are already stabilized in 1.26.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/feature_gate.rs | 6 |
1 files changed, 0 insertions, 6 deletions
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)), |
