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 6253d45 commit d8166bfCopy full SHA for d8166bf
ci/base-tests.sh
@@ -28,6 +28,9 @@ cd clippy_dev && cargo test && cd ..
28
./util/dev update_lints --check
29
cargo +nightly fmt --all -- --check
30
31
+# Add bin to PATH for windows
32
+PATH=$PATH:$(rustc --print sysroot)/bin
33
+
34
CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
35
# run clippy on its own codebase...
36
${CLIPPY} --all-targets --all-features -- -D clippy::all -D clippy::internal -Dclippy::pedantic
0 commit comments