X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=d9eab81e107c95fda31eb27e8cdd7339b607a7bc;hp=d3104a4a54b5c9bafdcd81b0f76b62843a1f1656;hb=73f0f89ff3a3616a8e65b5a31c2303725994c56a;hpb=789354a8ca628eb09dd4aaf2ec660eeb7f21be9a diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index d3104a4..d9eab81 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -17,6 +17,7 @@ pub mod muxers; #[cfg(feature="demuxers")] pub mod demuxers; +#[allow(clippy::needless_range_loop)] #[allow(clippy::too_many_arguments)] pub mod formats; pub mod frame;