Skip to content

Commit

Permalink
Silence a few more lints
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Dec 13, 2023
1 parent 6553541 commit c670cef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/beta.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::manual_range_contains)]
#![allow(unstable_name_collisions)]

#[allow(unused_imports)]
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#![no_std]

#![allow(clippy::excessive_precision)]

#[cfg(test)]
extern crate assert;

Expand Down

0 comments on commit c670cef

Please sign in to comment.