Run update_lints

This commit is contained in:
Christian Duerr 2020-07-03 21:09:32 +02:00
parent 298a1fa3bd
commit ba2a85dadc
No known key found for this signature in database
GPG key ID: 85CDAE3C164BA7B4
2 changed files with 2 additions and 3 deletions

View file

@ -1783,7 +1783,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
},
Lint {
name: "range_minus_one",
group: "complexity",
group: "pedantic",
desc: "`x..=(y-1)` reads better as `x..y`",
deprecation: None,
module: "ranges",