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