Implementation of tool lints

This commit is contained in:
flip1995 2018-07-03 13:50:48 +02:00
parent ed29e86c39
commit dddb8d2eba
No known key found for this signature in database
GPG key ID: 9F184E1164831181
4 changed files with 37 additions and 0 deletions

View file

@ -458,6 +458,8 @@ declare_features! (
// Scoped attributes
(active, tool_attributes, "1.25.0", Some(44690), None),
// Scoped lints
(active, tool_lints, "1.28.0", Some(44690), None),
// allow irrefutable patterns in if-let and while-let statements (RFC 2086)
(active, irrefutable_let_patterns, "1.27.0", Some(44495), None),