vivo: fix or silence clippy warnings
[nihav.git] / nihav-vivo / src / codecs / mod.rs
index b2ceb124897222fbe3ee181002d4412e497756db..62d4448f24bebcb3677464161e9fcfc809db34ce 100644 (file)
@@ -6,10 +6,16 @@ macro_rules! validate {
 }
 
 #[cfg(any(feature="decoder_vivo1", feature="decoder_vivo2"))]
+#[allow(clippy::useless_let_if_seq)]
 mod vivo;
 #[cfg(feature="decoder_g723_1")]
+#[allow(clippy::needless_range_loop)]
+#[allow(clippy::unreadable_literal)]
+#[allow(clippy::useless_let_if_seq)]
 mod g723_1;
 #[cfg(feature="decoder_siren")]
+#[allow(clippy::approx_constant)]
+#[allow(clippy::needless_range_loop)]
 mod siren;
 
 const VIVO_CODECS: &[DecoderInfo] = &[