X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=b6e1690370e82c975f0e049ffec4f7ed088050e7;hp=d9eab81e107c95fda31eb27e8cdd7339b607a7bc;hb=e6aaad5c5273cd814b5748b7faf3751835a37217;hpb=625751036014b099fd9c126397bc973cb0543130 diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index d9eab81..b6e1690 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -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)]