We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1abe41 commit 67b7e08Copy full SHA for 67b7e08
ci/base-tests.sh
@@ -27,6 +27,9 @@ cd clippy_dev && cargo test && cd ..
27
# Perform various checks for lint registration
28
./util/dev update_lints --check
29
30
+echo $PATH
31
+PATH=$PATH:$(rustc --print sysroot)/bin
32
33
CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
34
# run clippy on its own codebase...
35
${CLIPPY} --all-targets --all-features -- -D clippy::all -D clippy::internal -Dclippy::pedantic
0 commit comments