Skip to content

Commit

Permalink
Simplify clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed May 13, 2021
1 parent cb237b3 commit b77674d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@

#![cfg_attr(doc_cfg, feature(doc_cfg))]

#![cfg_attr(feature = "cargo-clippy", allow(
#![allow(
clippy::float_cmp,
clippy::suspicious_operation_groupings,
))]
)]

#![no_std]
#![forbid(unsafe_code)]
Expand Down

0 comments on commit b77674d

Please sign in to comment.