Skip to content

Commit

Permalink
chore(ci): clippy no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jun 17, 2024
1 parent aeeaef5 commit 6370546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/clippy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -eou pipefail

cargo clippy --all-features --all-targets -- -Dclippy::all -Dwarnings "$@"
cargo clippy --all-features --all-targets --no-deps -- -Dclippy::all -Dwarnings "$@"

0 comments on commit 6370546

Please sign in to comment.