X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=08e7134906784825bcba042b6e1db41698355892;hp=d36297f51d9bce4f214cb7e4f175089488dd32a8;hb=e243ceb4d694cc08767ad70027bb6963f4cefea3;hpb=250c49f64633580d3e294a7b871fad4618694209 diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index d36297f..08e7134 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -1,4 +1,5 @@ #[cfg(feature="decoders")] +#[allow(clippy::unreadable_literal)] pub mod codecs; #[cfg(feature="demuxers")] @@ -9,10 +10,12 @@ pub mod frame; pub mod io; pub mod refs; pub mod register; +#[allow(clippy::unreadable_literal)] pub mod detect; pub mod scale; #[cfg(feature="dsp")] +#[allow(clippy::unreadable_literal)] pub mod dsp; pub mod test;