]> git.lizzy.rs Git - rust.git/commit
Auto merge of #56136 - matthiaskrgr:clippy, r=oli-obk
authorbors <bors@rust-lang.org>
Thu, 22 Nov 2018 13:07:30 +0000 (13:07 +0000)
committerbors <bors@rust-lang.org>
Thu, 22 Nov 2018 13:07:30 +0000 (13:07 +0000)
commitdae6c9364108847393075b57a17fd7eaf3f37600
treefd6775df82cfb2c09c21248796c1eada88a06840
parent93fa2d76bd9a8ffbbb46df2da6d27c13ee7fa73e
parent8e814ae608d5695d2a1c176cf82773e33ad005f2
Auto merge of #56136 - matthiaskrgr:clippy, r=oli-obk

submodules: update clippy from f5d868c9 to 2f6881c6

Changes:

````
missed another one in the README
run "util/dev update_lints"
rust-lang-nursery/rust-clippy => rust-lang/rust-clippy
Address 'clippy::single-match' dogfood lint
Fix nit
Address travis CI lint failure
Update trivially_copy_pass_by_ref with Trait stderr output
issue#3318 run trivially_copy_pass_by_ref for traits
Update trivially_copy_pass_by_ref with Trait examples
Fix awkward wording
Document how to lint local Clippy changes with locally built Clippy
Enable rustup clippy to refer to the correct documentation
rustup https://github.com/rust-lang/rust/pull/52591
remove unused allow() attributes, NFC
Add regression test
Don't emit suggestion when inside of a macro
````

fixes clippy toolstate