There was an error while loading. Please reload this page.
1 parent 4dad6d4 commit b677c32Copy full SHA for b677c32
1 file changed
scripts/clippy.sh
@@ -3,8 +3,6 @@
3
set -exuo pipefail
4
cd "$(dirname "$0")/.."
5
6
-cargo clippy --workspace --all-targets --fix --allow-dirty --allow-staged -- -D warnings
7
-
8
cargo fmt
9
+cargo clippy --workspace --all-targets --fix --allow-dirty --allow-staged -- -D warnings
10
git status -s
0 commit comments