]> git.lizzy.rs Git - rust.git/commit
Auto merge of #55084 - matthiaskrgr:clippy, r=oli-obk
authorbors <bors@rust-lang.org>
Mon, 15 Oct 2018 10:31:48 +0000 (10:31 +0000)
committerbors <bors@rust-lang.org>
Mon, 15 Oct 2018 10:31:48 +0000 (10:31 +0000)
commit2a5de33193b4a96af0af7faff2a8b6d6f1b5989f
tree2063c25550a956d7923f4b20197f42296a8b55d1
parent42f401dd02fd418e038d9b2829d60d69407e9aab
parent5086280c3acddd1e18ec99ff547712f878c1cb61
Auto merge of #55084 - matthiaskrgr:clippy, r=oli-obk

submodules: update clippy from 9d337313 to 5afdf8b7

Should fix toolstate.

Changes:

````
fix for rustc master
mem_forget: fix syntax error in code sample
explicit_counter_loop fix #3308 false positive
new_ret_no_self test remove tool lints cfg flag
Added new_ret_no_self exception to clippy to pass dogfood tests
Removed new_ret_no_self tests from method.rs
new_ret_no_self correctly lint impl return
Removed unused variables
new_ret_no_self fix false positive for impl trait return with associated type self
new_ret_no_self corrected panic and added test stderr
new_ret_no_self added positive test cases
Fix some more `stutter` warnings
unused unit lint
Install Windows SDK 10.0 on travis
cmp_owned refactor
cmp_owned correct error message if rhs is deref
Add a comment reminding to update README if the default changes
Specify which categories are enabled by default
Only run markdown linter on linux
Move Travis Windows build to allowed failures
Add Travis windows build
Fix `doc_markdown` lints
Fix `stutter` lints
Fix `similar_names` warnings
cmp_owned current suggestion for multiple deref
cmp_owned add test for multiple dereference
Corrected single-character string constant used as pattern found in dogfood test
Fixes 3289, cmp_owned wording and false positive
````