Skip to content

Commit

Permalink
Clippy: Allow some new lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Sep 30, 2023
1 parent aea857c commit d4916c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@
clippy::from_iter_instead_of_collect,
clippy::no_effect_underscore_binding,
clippy::used_underscore_binding,
clippy::ignored_unit_patterns, /* Not a fan of this lint, doesn't make anything clearer as it claims */
clippy::needless_return, /* Explicit returns are needed from time to time for clarity */
clippy::redundant_guards, /* Currently broken for some cases, might enable later*/
)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

Expand Down

0 comments on commit d4916c4

Please sign in to comment.