Skip to content

Commit

Permalink
fix(clippy): wildcard imports allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed May 30, 2023
1 parent f7d7733 commit 93430af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/voting-tools-rs/src/lib.rs
Expand Up @@ -21,7 +21,8 @@
clippy::iter_nth_zero,
clippy::type_complexity,
clippy::match_same_arms,
clippy::useless_conversion
clippy::useless_conversion,
clippy::wildcard_imports
)]
#![cfg_attr(test, allow(clippy::let_underscore_drop))] // useful in tests, often a bug otherwise

Expand Down

0 comments on commit 93430af

Please sign in to comment.