fix clippy warnings
[nihav.git] / nihav-core / src / lib.rs
index d9eab81e107c95fda31eb27e8cdd7339b607a7bc..b6e1690370e82c975f0e049ffec4f7ed088050e7 100644 (file)
@@ -1,5 +1,6 @@
 //! Core functionality of NihAV intended to be used by both crates implementing format support and users.
 #[cfg(feature="decoders")]
+#[allow(clippy::upper_case_acronyms)]
 #[allow(clippy::cast_lossless)]
 #[allow(clippy::identity_op)]
 #[allow(clippy::too_many_arguments)]
@@ -26,6 +27,7 @@ pub mod io;
 pub mod options;
 pub mod refs;
 pub mod reorder;
+#[allow(clippy::upper_case_acronyms)]
 #[allow(clippy::collapsible_if)]
 #[allow(clippy::many_single_char_names)]
 #[allow(clippy::needless_range_loop)]