Skip to content

Commit

Permalink
disable clippy lint that has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteinb committed Jul 15, 2024
1 parent 34c9fe0 commit 98ea7c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ assert_eq!(100_000.0, s);
#![warn(clippy::string_add_assign)]
#![warn(clippy::unicode_not_nfc)]
#![warn(clippy::unwrap_used)]
#![warn(clippy::wrong_pub_self_convention)]
#![allow(clippy::suspicious_op_assign_impl)]

#[macro_use]
Expand Down

0 comments on commit 98ea7c1

Please sign in to comment.