We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feac4c commit c577752Copy full SHA for c577752
ci/base-tests.sh
@@ -28,7 +28,7 @@ cd clippy_dev && cargo test && cd ..
28
./util/dev update_lints --check
29
30
echo $PATH
31
-PATH=$PATH:$(rustc --print sysroot)/lib
+PATH=$PATH:$(rustc --print sysroot)/bin
32
33
CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
34
# run clippy on its own codebase...
0 commit comments