From 63e87895eb8cbd2b3b925b718d51ca1c10bd8f67 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 1 Aug 2018 12:16:26 -0700 Subject: [PATCH] Remove an unneeded command-line option. --- cranelift/test-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/test-all.sh b/cranelift/test-all.sh index f741c54eb4..35d68920d8 100755 --- a/cranelift/test-all.sh +++ b/cranelift/test-all.sh @@ -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