codec_support: fix or silence clippy warnings
[nihav.git] / nihav-codec-support / src / codecs / h263 / mod.rs
index 8c3ca655088008480e30e64f32c7d63d66123770..0ddfed597f65beed0472d4cffb10cc07b65df5a2 100644 (file)
@@ -2,6 +2,7 @@ use nihav_core::codecs::DecoderResult;
 use super::{MV, ZERO_MV};
 use nihav_core::frame::{NAVideoBuffer, NAVideoBufferRef};
 
+#[allow(clippy::erasing_op)]
 #[allow(clippy::many_single_char_names)]
 pub mod code;
 pub mod data;