about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2019-04-19 20:13:07 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2019-04-19 20:43:22 +0200
commit7b959c69a28e6b0943afae447af369f45d10b597 (patch)
treece4b6397152b166497012c71e9e1c03ee446db69 /src/tools
parenta2bbf7debaab60be33bd8008a71bca69576945a0 (diff)
downloadrust-7b959c69a28e6b0943afae447af369f45d10b597.tar.gz
rust-7b959c69a28e6b0943afae447af369f45d10b597.zip
submodules: update clippy from fbb3a47b to cafbe7f2
Changes:
````
Update compiletest_rs
Typo
Fix dogfood error
Add lint PathBufPushOverwrite
Update *.stderr file
Remove code duplication
Format code
Add test for debug_assert!(false)
Don't lint debug_assert!(false)
Add run-rustfix for option_map_or_none lint
Move two cast_lossless tests to their correct files
Change naive_bytecount applicability MaybeIncorrect
Add tests for declare_lint_pass and impl_lint_pass
Use lint pass macros
Document `declare_lint_pass!`
Fix lint_without_lint_pass internal lint
Use {get,match}_def_path from LateContext
Remove uplifted functions {get,match}_def_path from Clippy
Add run-rustfix for len_zero lint
Add run-rustfix for bool_comparison lint
Add run-rustfix for deref_addrof lint
while_let_loop uses placeholders in suggestions
Remove rust-toolchain file from clippy_dev
Update adding_lints.md
Update PULL_REQUEST_TEMPLATE
Add new lint checklist
Create PULL_REQUEST_TEMPLATE
Only suggest .copied() for Option right now
Also suggest .copied() when .clone() is called on a Copy type
Suggest .copied() instead of .cloned() in map_clone when dealing with references
Deny rustc internal lints
Remove clippy::default_hash_types internal lint
Enable -Zunstable-options in .cargo/config
````
Diffstat (limited to 'src/tools')
m---------src/tools/clippy18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/tools/clippy b/src/tools/clippy
-Subproject fbb3a47b90b6468ae9cb308c3f49548c7861532
+Subproject cafbe7f2d9bdf9e94946e3f6f62b781b05b7d55