X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2Fsrc%2Fcodecs%2Fmod.rs;h=6589e477e4e3eaab4f57d9a0a9498c06a2ed39df;hb=c7a1307604dd07413141fdc71529f3606622ac93;hp=0d5307c01aa5f314d0a34a104c6d4438023f2ec6;hpb=e781ccc3c7149249c03885e41da02c50faf745bd;p=nihav.git diff --git a/nihav-codec-support/src/codecs/mod.rs b/nihav-codec-support/src/codecs/mod.rs index 0d5307c..6589e47 100644 --- a/nihav-codec-support/src/codecs/mod.rs +++ b/nihav-codec-support/src/codecs/mod.rs @@ -298,6 +298,9 @@ impl fmt::Display for MV { pub mod blockdsp; #[cfg(feature="h263")] +#[allow(clippy::collapsible_if)] +#[allow(clippy::manual_memcpy)] +#[allow(clippy::needless_range_loop)] pub mod h263; /// The common 8x8 zigzag scan.