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.
1 parent 63041d0 commit 41972f8Copy full SHA for 41972f8
Cargo.toml
@@ -45,6 +45,12 @@ clippy_lints = { version = "0.0.211", path = "clippy_lints" }
45
regex = "1"
46
semver = "0.9"
47
48
+# Not actually needed right now but required to make sure that clippy/ and cargo build
49
+# with the same set of features in rust-lang/rust
50
+num-traits = "0.2" # enable the default feature
51
+winapi = "0.3"
52
+backtrace = "0.3"
53
+
54
[dev-dependencies]
55
cargo_metadata = "0.5"
56
compiletest_rs = "0.3.7"
0 commit comments