Skip to content

Commit

Permalink
Appease clippy (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
paholg authored Mar 12, 2021
1 parent 581bc6b commit bf75832
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@
#![cfg_attr(
feature = "cargo-clippy",
allow(
clippy::type_complexity,
clippy::len_without_is_empty,
clippy::many_single_char_names,
clippy::new_without_default,
clippy::many_single_char_names
clippy::suspicious_arithmetic_impl,
clippy::type_complexity,
clippy::wrong_self_convention,
)
)]
#![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))]
Expand Down

0 comments on commit bf75832

Please sign in to comment.