Skip to content

Commit

Permalink
Remove Clippy exception for let_with_type_underscore.
Browse files Browse the repository at this point in the history
This is no longer needed, as the underlying Clippy issue has been fixed.

This reverts commit 71f5dda.
  • Loading branch information
denschub committed Jul 14, 2023
1 parent 6a098cc commit 54f0660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Update Rust
run: rustup update stable
- name: cargo clippy
run: cargo clippy -- -D warnings -A clippy::let_with_type_underscore
run: cargo clippy -- -D warnings

0 comments on commit 54f0660

Please sign in to comment.