X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Flib.rs;h=78bb0608390e96ee3c713ce0ca25f9ce57e76c17;hb=f2af8ecaeed8ec8c1fa6b3c2cfdb075d64994b7a;hp=ccc359580e9d2da133c0e0a30876df6dbcffa7b4;hpb=3167c45c8087a692192021e08a8063dff680001c;p=nihav.git diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index ccc3595..78bb060 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -1,5 +1,11 @@ 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)]