Reenable clippy

This commit is contained in:
Oliver Schneider 2017-11-30 15:20:40 +01:00
parent 4fa202d23b
commit 208deac1c9
No known key found for this signature in database
GPG Key ID: A69F8D225B3AD7D9
3 changed files with 5 additions and 5 deletions

6
src/Cargo.lock generated
View File

@ -282,11 +282,11 @@ dependencies = [
[[package]]
name = "clippy"
version = "0.0.171"
version = "0.0.174"
dependencies = [
"cargo_metadata 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy-mini-macro-test 0.1.0",
"clippy_lints 0.0.171",
"clippy_lints 0.0.174",
"compiletest_rs 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"duct 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
@ -301,7 +301,7 @@ version = "0.1.0"
[[package]]
name = "clippy_lints"
version = "0.0.171"
version = "0.0.174"
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)",

@ -1 +1 @@
Subproject commit 0155ecf6b077bf8d5b333662059d78533e5b2ac0
Subproject commit 7d7fef1690218bbb406cf3bcadf7bb29dbb40cc5

View File

@ -26,7 +26,7 @@
miri = "Broken"
# ping @Manishearth @llogiq @mcarton @oli-obk
clippy = "Broken"
clippy = "Testing"
# ping @nrc
rls = "Testing"