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 cfdf47e + df8a489 commit 9f20556Copy full SHA for 9f20556
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 = "0.3.18"
+compiletest_rs = { git = "https://github.com/mati865/compiletest-rs.git", branch = "rustup" }
51
lazy_static = "1.0"
52
serde_derive = "1.0"
53
clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
0 commit comments