]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
submodules: update clippy from a8d90f6a to fd0428f6
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 19 Jan 2020 13:01:52 +0000 (14:01 +0100)
committerMatthias Krüger <matthias.krueger@famsik.de>
Sun, 19 Jan 2020 13:01:52 +0000 (14:01 +0100)
commit188f0bbe7fa2f64b6436e3e552320a1de1a00f92
treef845a44abb4b626483c63d863e177ae9a58a6b43
parent6250d56355d72264ece721e8d0dc95b16a6824b1
submodules: update clippy from a8d90f6a to fd0428f6

Changes:
````
Treat more strange pattern
Split up `if_same_then_else` ui test
Apply review comments
Run `update_lints`
Reduce span range
Rename `ok_if_let` to `if_let_some_result`
Apply review comments
Add suggestion in `if_let_some_result`
rustup https://github.com/rust-lang/rust/pull/67712
Allow `unused_self` lint at the function level
Downgrade range_plus_one to pedantic
Rustup to rust-lang/rust#68204
Add lifetimes to `LateLintPass`
Fix rustc lint import paths generated by `new_lint`
Add lint for default lint description
Update documentation for adding new lints
Generate new lints easily
Split up `booleans` ui test
Fix the ordering on `nonminimal_bool`
````
src/tools/clippy