Remove an unneeded command-line option.
This commit is contained in:
@@ -71,7 +71,7 @@ cargo doc
|
|||||||
# Run clippy if we have it.
|
# Run clippy if we have it.
|
||||||
banner "Rust linter"
|
banner "Rust linter"
|
||||||
if "$topdir/check-clippy.sh"; then
|
if "$topdir/check-clippy.sh"; then
|
||||||
"$topdir/clippy-all.sh" --write-mode=diff
|
"$topdir/clippy-all.sh"
|
||||||
else
|
else
|
||||||
echo "\`cargo +nightly install clippy\` for optional rust linting"
|
echo "\`cargo +nightly install clippy\` for optional rust linting"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user