Skip to content

Commit

Permalink
Remove dead code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Sep 10, 2024
1 parent 253e945 commit f0f6174
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 @@ -26,7 +26,7 @@ jobs:
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo clippy --all-targets --all-features
build:
needs:
- check
Expand Down

0 comments on commit f0f6174

Please sign in to comment.