Skip to content

Commit

Permalink
Merge pull request #394 from 00xc/clippy
Browse files Browse the repository at this point in the history
clippy: remove unused-qualifications lint
  • Loading branch information
joergroedel authored Jun 26, 2024
2 parents 8017f99 + 0e8d2a5 commit 0849705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ missing_copy_implementations = "deny"
missing_debug_implementations = "deny"
single_use_lifetimes = "warn"
trivial-numeric-casts = "deny"
unused-qualifications = "deny"

[workspace.lints.clippy]
await_holding_lock = "warn"
Expand Down

0 comments on commit 0849705

Please sign in to comment.