fix clippy warnings for update to rustc 1.46
[nihav.git] / nihav-itu / src / lib.rs
index 234a472027fd11ff137f9ae6f9b02024767fd327..2cd300ff5922b6532d2e900487d169f71726769e 100644 (file)
@@ -2,6 +2,7 @@ extern crate nihav_core;
 extern crate nihav_codec_support;
 
 #[allow(clippy::collapsible_if)]
+#[allow(clippy::comparison_chain)]
 #[allow(clippy::needless_range_loop)]
 #[allow(clippy::useless_let_if_seq)]
 mod codecs;