Skip to content

Commit

Permalink
Fixed clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragostis committed Nov 7, 2023
1 parent 7a41360 commit 21161ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2
- run: sudo apt install -y libasound2-dev libudev-dev
- run: cargo clippy --all -- -D warnings
- run: cargo clippy --all -- -D warnings -A clippy::type-complexity

0 comments on commit 21161ff

Please sign in to comment.