Auto merge of #50705 - oli-obk:clippy, r=kennytm
Update clippy r? @Manishearth @bors p=1
This commit is contained in:
commit
308b7b05c3
2 changed files with 4 additions and 4 deletions
6
src/Cargo.lock
generated
6
src/Cargo.lock
generated
|
@ -288,12 +288,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clippy"
|
||||
version = "0.0.198"
|
||||
version = "0.0.200"
|
||||
dependencies = [
|
||||
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clippy-mini-macro-test 0.2.0",
|
||||
"clippy_lints 0.0.198",
|
||||
"clippy_lints 0.0.200",
|
||||
"compiletest_rs 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -331,7 +331,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clippy_lints"
|
||||
version = "0.0.198"
|
||||
version = "0.0.200"
|
||||
dependencies = [
|
||||
"cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7a4c00c669b3bf0ffb24c7aa89a776cd48f1e2d0
|
||||
Subproject commit c658fc8cbcd1f199edd445a49cb43139ebdc5f02
|
Loading…
Add table
Add a link
Reference in a new issue