Skip to content

Commit dc2343c

Browse files
flip1995Manishearth
authored andcommitted
Update feature-gate listing
1 parent 96cafc5 commit dc2343c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/libsyntax/feature_gate.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,6 @@ declare_features! (
433433
// #[doc(alias = "...")]
434434
(active, doc_alias, "1.27.0", Some(50146), None),
435435

436-
// Scoped lints
437-
(active, tool_lints, "1.28.0", Some(44690), None),
438-
439436
// Allows irrefutable patterns in if-let and while-let statements (RFC 2086)
440437
(active, irrefutable_let_patterns, "1.27.0", Some(44495), None),
441438

@@ -679,6 +676,8 @@ declare_features! (
679676
(accepted, pattern_parentheses, "1.31.0", Some(51087), None),
680677
// Allows the definition of `const fn` functions.
681678
(accepted, min_const_fn, "1.31.0", Some(53555), None),
679+
// Scoped lints
680+
(accepted, tool_lints, "1.31.0", Some(44690), None),
682681
);
683682

684683
// If you change this, please modify src/doc/unstable-book as well. You must

0 commit comments

Comments
 (0)