summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index f9d68e1..1f92df9 100755
--- a/check
+++ b/check
@@ -25,7 +25,7 @@ then
fi
$hideok cargo check --all-targets
-$hideok cargo clippy
+cargo clippy -q
$hideok cargo build --all-targets
$hideok cargo test