diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2020-01-19 14:01:52 +0100 |
|---|---|---|
| committer | Matthias Krüger <matthias.krueger@famsik.de> | 2020-01-19 14:01:52 +0100 |
| commit | 188f0bbe7fa2f64b6436e3e552320a1de1a00f92 (patch) | |
| tree | f845a44abb4b626483c63d863e177ae9a58a6b43 | |
| parent | 6250d56355d72264ece721e8d0dc95b16a6824b1 (diff) | |
| download | rust-188f0bbe7fa2f64b6436e3e552320a1de1a00f92.tar.gz rust-188f0bbe7fa2f64b6436e3e552320a1de1a00f92.zip | |
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` ````
| m--------- | src/tools/clippy | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/src/tools/clippy b/src/tools/clippy -Subproject a8d90f6a57925d204efb21b3f6d9726d6674f9b +Subproject fd0428f622feee209e6014b802f5717d48d9e97 |
