X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fdsp%2Fmod.rs;h=8e8e6af39ba3e7a35e4d21c9a0a5af5f2a7945b6;hb=e9d8cce7d0f15f39104719bbd220afea881e3fdb;hp=439ad98851ca2c8acde373d88b9262081df1f584;hpb=5641dccfbf2a70d589cf094a0d4ed5a10f919f00;p=nihav.git diff --git a/nihav-core/src/dsp/mod.rs b/nihav-core/src/dsp/mod.rs index 439ad98..8e8e6af 100644 --- a/nihav-core/src/dsp/mod.rs +++ b/nihav-core/src/dsp/mod.rs @@ -1,4 +1,8 @@ +#[cfg(feature="dct")] +#[allow(clippy::erasing_op)] +pub mod dct; #[cfg(feature="fft")] +#[allow(clippy::erasing_op)] pub mod fft; #[cfg(feature="mdct")] pub mod mdct;