diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2017-10-29 05:27:34 -0400 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2017-10-29 05:27:36 -0400 |
| commit | 84f1fc951dc0b80334d36e27ca408cb56c028e02 (patch) | |
| tree | 5e4f239f52ba9a71c1b3cf5211975edda09e4654 /src | |
| parent | b2df63b3935b892f6d90c21ae272acfd29e7971c (diff) | |
| download | rust-84f1fc951dc0b80334d36e27ca408cb56c028e02.tar.gz rust-84f1fc951dc0b80334d36e27ca408cb56c028e02.zip | |
Update clippy
Diffstat (limited to 'src')
| -rw-r--r-- | src/Cargo.lock | 7 | ||||
| m--------- | src/tools/clippy | 13 | ||||
| -rw-r--r-- | src/tools/toolstate.toml | 2 |
3 files changed, 13 insertions, 9 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index d762b96d05c..3df5b74c30e 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -290,6 +290,7 @@ version = "0.1.0" name = "clippy_lints" version = "0.0.166" dependencies = [ + "if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -790,6 +791,11 @@ dependencies = [ ] [[package]] +name = "if_chain" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] name = "ignore" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2665,6 +2671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum html-diff 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5298d63081a642508fce965740ddb03a386c5d81bf1fef0579a815cf49cb8c68" "checksum html5ever 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a49d5001dd1bddf042ea41ed4e0a671d50b1bf187e66b349d7ec613bdce4ad90" "checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d" +"checksum if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "61bb90bdd39e3af69b0172dfc6130f6cd6332bf040fbb9bdd4401d37adbd48b8" "checksum ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3fcaf2365eb14b28ec7603c98c06cc531f19de9eb283d89a3dff8417c8c99f5" "checksum itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d3f2be4da1690a039e9ae5fd575f706a63ad5a2120f161b1d653c9da3930dd21" "checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c" diff --git a/src/tools/clippy b/src/tools/clippy -Subproject 281bd790de7b992831a1ff8a589c0fc38c842c9 +Subproject f76225e3887170743403af9204887918b5db5a8 diff --git a/src/tools/toolstate.toml b/src/tools/toolstate.toml index 9dd420c1458..da4d26d78da 100644 --- a/src/tools/toolstate.toml +++ b/src/tools/toolstate.toml @@ -26,7 +26,7 @@ miri = "Broken" # ping @Manishearth @llogiq @mcarton @oli-obk -clippy = "Broken" +clippy = "Compiling" # ping @nrc rls = "Broken" |
