We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cffb416 + c7b7823 commit 0849f73Copy full SHA for 0849f73
Cargo.toml
@@ -47,7 +47,7 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
47
[dev-dependencies]
48
clippy_dev = { version = "0.0.1", path = "clippy_dev" }
49
cargo_metadata = "0.7.1"
50
-compiletest_rs = { version = "0.3.21" }
+compiletest_rs = { version = "0.3.21", features = ["tmp"] }
51
lazy_static = "1.0"
52
serde_derive = "1.0"
53
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
0 commit comments