eliminate some cargo-clippy warnings
[nihav.git] / nihav-game / src / codecs / mod.rs
index 4952b13e0cd3d506100ae47a139d0508af41d757..d54abb6e3f6aa7271ef424d76d3689121f5828c9 100644 (file)
@@ -19,6 +19,8 @@ pub mod midivid3;
 #[cfg(feature="decoder_vmd")]
 pub mod vmd;
 #[cfg(feature="decoder_vx")]
+#[allow(clippy::erasing_op)]
+#[allow(clippy::identity_op)]
 pub mod vx;
 
 const GAME_CODECS: &[DecoderInfo] = &[