diff options
| author | kennytm <kennytm@gmail.com> | 2018-04-04 18:43:00 +0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-04-20 13:29:53 -0700 |
| commit | ffcb0ccd88905330c8037390548890f3183d32ca (patch) | |
| tree | 3b1a698e80060f434698af9e526c44313504d149 /src/libsyntax | |
| parent | 2bdfb33e378940846e2559ecffac68aec13ffb00 (diff) | |
| download | rust-ffcb0ccd88905330c8037390548890f3183d32ca.tar.gz rust-ffcb0ccd88905330c8037390548890f3183d32ca.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 71609af803e..25b392433ec 100644 --- a/src/libsyntax/feature_gate.rs +++ b/src/libsyntax/feature_gate.rs @@ -382,12 +382,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)), |
