appease clippy

This commit is contained in:
Trevor Spiteri 2019-08-06 20:54:21 +02:00
parent beecc9d934
commit 1a292a4245
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ pub const LN_10: FixedU128<U126> = FixedU128 {
phantom: PhantomData,
};
#[allow(clippy::float_cmp)]
#[allow(clippy::cognitive_complexity, clippy::float_cmp)]
#[cfg(test)]
mod tests {
use crate::{consts::*, traits::FromFixed};