X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=78bb0608390e96ee3c713ce0ca25f9ce57e76c17;hb=f2af8ecaeed8ec8c1fa6b3c2cfdb075d64994b7a;hp=adda3bf8f9034dc9130441ff77b1a2f57f6764c3;hpb=5641dccfbf2a70d589cf094a0d4ed5a10f919f00;p=nihav.git diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index adda3bf..78bb060 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -1,3 +1,12 @@ extern crate nihav_core; +#[allow(clippy::collapsible_if)] +#[allow(clippy::identity_op)] +#[allow(clippy::needless_range_loop)] +#[allow(clippy::too_many_arguments)] +#[allow(clippy::useless_let_if_seq)] +#[allow(clippy::verbose_bit_mask)] pub mod codecs; + +#[cfg(test)] +extern crate nihav_commonfmt; \ No newline at end of file