fix clippy warnings for update to rustc 1.46
[nihav.git] / nihav-qt / src / lib.rs
index 29180f0e48e47c263669306cb3cb998e06c4c3cf..c434016d669ba37930dd4ceafbfb949af219884e 100644 (file)
@@ -1,6 +1,7 @@
 extern crate nihav_core;
 extern crate nihav_codec_support;
 
+#[allow(clippy::comparison_chain)]
 #[allow(clippy::single_match)]
 mod codecs;
 pub use crate::codecs::qt_register_all_decoders;