Update feature-gate listing

This commit is contained in:
flip1995 2018-10-02 10:37:56 +02:00 committed by Manish Goregaokar
parent 96cafc53cf
commit dc2343c1a8

View File

@ -433,9 +433,6 @@ declare_features! (
// #[doc(alias = "...")]
(active, doc_alias, "1.27.0", Some(50146), None),
// Scoped lints
(active, tool_lints, "1.28.0", Some(44690), None),
// Allows irrefutable patterns in if-let and while-let statements (RFC 2086)
(active, irrefutable_let_patterns, "1.27.0", Some(44495), None),
@ -679,6 +676,8 @@ declare_features! (
(accepted, pattern_parentheses, "1.31.0", Some(51087), None),
// Allows the definition of `const fn` functions.
(accepted, min_const_fn, "1.31.0", Some(53555), None),
// Scoped lints
(accepted, tool_lints, "1.31.0", Some(44690), None),
);
// If you change this, please modify src/doc/unstable-book as well. You must