Skip to content

Commit 41972f8

Browse files
committed
HACK: make sure clippy builds the same deps as cargo and rls
1 parent 63041d0 commit 41972f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ clippy_lints = { version = "0.0.211", path = "clippy_lints" }
4545
regex = "1"
4646
semver = "0.9"
4747

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+
4854
[dev-dependencies]
4955
cargo_metadata = "0.5"
5056
compiletest_rs = "0.3.7"

0 commit comments

Comments
 (0)