about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2020-03-04 19:56:10 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2020-03-04 19:56:10 +0100
commitc3bceb1bac29d5a445d576f006165629b2508121 (patch)
tree1939f50f8003c7884e5157aed36432b78f7453ec
parent2b0cfa5b4c5099f45ca540ee1c7d8c1ecd5267d2 (diff)
downloadrust-c3bceb1bac29d5a445d576f006165629b2508121.tar.gz
rust-c3bceb1bac29d5a445d576f006165629b2508121.zip
submodules: update clippy from 8b7f7e66 to 329923ed
Changes:
````
Apply suggestions from code review
Simplify if_chain.
Move NumericLiteral to its own module.
Included binary and octal cases.
Resolve false positives for hex int cast.
Test for unnecessary_cast of hex int literal.
run-rustfix
Lint `if let Some` in question_mark lint
Add restrictive pat use in full binded struct
Update test case answers to match cargo dev fmt
Ran cargo dev fmt
Rustup to rust-lang/rust#69506
Recommended changes from flip1995
Revive rls integration test
use question mark operator
Add regression test
Use `try_eval_usize` over `eval_usize`
Add path for display trait
Use lang items instead of get_trait_def_id where possible
Update stderr
Don't lint debug formatting in debug impl
Whitelist unused attribute for use items.
Fix one last test issue
Refactor suggested by krishna-veerareddy
Fixed compile error from merging
Changed test output to reflect cargo fmt
Run cargo dev fmt
Finished checking for cases of absolute values
add test for #5238
Some bugfixing
Created floating point abs lint and test, but not yet run
````
m---------src/tools/clippy18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/tools/clippy b/src/tools/clippy
-Subproject 8b7f7e667268921c278af94ae30a61e87a22b22
+Subproject 329923edec41d0ddbea7f30ab12fca0436d459a