X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=08e7134906784825bcba042b6e1db41698355892;hb=e243ceb4d694cc08767ad70027bb6963f4cefea3;hp=615a0cf997a259e91e987f0131a9e9dc308472a8;hpb=1a967e6bad5f17943b4de0607078eb940ad5adfe;p=nihav.git diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index 615a0cf..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,9 +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;