Skip to content

Commit ffcb0cc

Browse files
kennytmalexcrichton
authored andcommitted
Remove underscore_lifetimes and match_default_bindings from active feature list
These are already stabilized in 1.26.
1 parent 2bdfb33 commit ffcb0cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,12 +382,6 @@ declare_features! (
382382
// Future-proofing enums/structs with #[non_exhaustive] attribute (RFC 2008)
383383
(active, non_exhaustive, "1.22.0", Some(44109), None),
384384

385-
// allow `'_` placeholder lifetimes
386-
(active, underscore_lifetimes, "1.22.0", Some(44524), None),
387-
388-
// Default match binding modes (RFC 2005)
389-
(active, match_default_bindings, "1.22.0", Some(42640), None),
390-
391385
// Trait object syntax with `dyn` prefix
392386
(active, dyn_trait, "1.22.0", Some(44662), Some(Edition::Edition2018)),
393387

0 commit comments

Comments
 (0)