diff --git a/src/beta.rs b/src/beta.rs index 5a4d2040..9a7bb528 100644 --- a/src/beta.rs +++ b/src/beta.rs @@ -1,3 +1,4 @@ +#![allow(clippy::manual_range_contains)] #![allow(unstable_name_collisions)] #[allow(unused_imports)] diff --git a/src/lib.rs b/src/lib.rs index 412515bc..50ed5b79 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,6 +4,8 @@ #![no_std] +#![allow(clippy::excessive_precision)] + #[cfg(test)] extern crate assert;