X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=eb97707e667ab393d012c9d0fe62c44dac66fdb4;hb=ee07fa82a42e0964483bf9dfe170be254c38dbd4;hp=868f21c1a49860a662929a839eaabf9f1f6308e8;hpb=410d5ba6c3bea86632247a559685c2e13dedea91;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 868f21c1a49..eb97707e667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,6 @@ path = "src/main.rs" [[bin]] name = "clippy-driver" -test = false path = "src/driver.rs" [dependencies] @@ -46,9 +45,8 @@ semver = "0.9" rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"} [dev-dependencies] -clippy_dev = { version = "0.0.1", path = "clippy_dev" } cargo_metadata = "0.7.1" -compiletest_rs = "0.3.18" +compiletest_rs = { version = "0.3.22", features = ["tmp"] } lazy_static = "1.0" serde_derive = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }