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 c1abe41 commit a5322c4Copy full SHA for a5322c4
ci/base-tests.sh
@@ -27,6 +27,7 @@ cd clippy_dev && cargo test && cd ..
27
# Perform various checks for lint registration
28
./util/dev update_lints --check
29
30
+PATH=$PATH:$(rustc --print sysroot)/bin
31
CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
32
# run clippy on its own codebase...
33
${CLIPPY} --all-targets --all-features -- -D clippy::all -D clippy::internal -Dclippy::pedantic
0 commit comments