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 c6f20a6 commit 8cba97bCopy full SHA for 8cba97b
.github/driver.sh
@@ -29,7 +29,7 @@ unset CARGO_MANIFEST_DIR
29
30
# Run a lint and make sure it produces the expected output. It's also expected to exit with code 1
31
# FIXME: How to match the clippy invocation in compile-test.rs?
32
-./target/debug/clippy-driver -Dwarnings -Aunused -Zui-testing --emit metadata --crate-type bin tests/ui/double_neg.rs 2>double_neg.stderr && exit 1
+./target/debug/clippy-driver -Aunused -Zui-testing --emit metadata --crate-type bin tests/ui/double_neg.rs 2>double_neg.stderr && exit 1
33
sed -e "s,tests/ui,\$DIR," -e "/= help/d" double_neg.stderr >normalized.stderr
34
diff -u normalized.stderr tests/ui/double_neg.stderr
35
0 commit comments