commonfmt: fix or silence clippy warnings
[nihav.git] / nihav-commonfmt / src / lib.rs
index c4a2ca72ab46e7d6818b771c1474755251fc733b..b5b96d2e756ec7b7b42bc3e220e37dbfc10f36a6 100644 (file)
@@ -3,6 +3,8 @@ extern crate nihav_codec_support;
 extern crate nihav_registry;
 
 #[cfg(feature="decoders")]
+#[allow(clippy::needless_range_loop)]
+#[allow(clippy::single_match)]
 #[allow(clippy::unreadable_literal)]
 #[allow(clippy::too_many_arguments)]
 #[allow(clippy::excessive_precision)]