fix clippy warnings
[nihav.git] / nihav-ms / src / lib.rs
index 2274a208b10b209403041f668b8f882a5f5d723a..7eec3c25fce9df7fc9277afaab0d1852b2f32468 100644 (file)
@@ -3,6 +3,7 @@ extern crate nihav_core;
 extern crate nihav_codec_support;
 
 #[allow(clippy::needless_range_loop)]
+#[allow(clippy::needless_late_init)]
 #[allow(clippy::single_match)]
 #[allow(clippy::verbose_bit_mask)]
 mod codecs;