X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fdsp%2Fmod.rs;h=8e8e6af39ba3e7a35e4d21c9a0a5af5f2a7945b6;hb=33b5689af80186c4aaf3e85a8a65730566024524;hp=9f62c759c4d355a4fe91acb64e42120e5ac00745;hpb=5a990253d72311958164c0680a6614b52d5cecca;p=nihav.git diff --git a/nihav-core/src/dsp/mod.rs b/nihav-core/src/dsp/mod.rs index 9f62c75..8e8e6af 100644 --- a/nihav-core/src/dsp/mod.rs +++ b/nihav-core/src/dsp/mod.rs @@ -1,6 +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;