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