Skip to content

Commit

Permalink
Remove verbose clippy flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Jul 7, 2024
1 parent e014ec5 commit 09c4fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:

- name: Clippy
working-directory: rust
run: cargo clippy --all-features --verbose -- --deny warnings
run: cargo clippy --all-features -- --deny warnings

0 comments on commit 09c4fbf

Please sign in to comment.