split nihav-codec-support crate from nihav-core
[nihav.git] / nihav-core / src / lib.rs
index 2652c14f0dcb7125431e02100b230972e93a747e..a53f304b2b8013cd1e560bfbfd7c55dacdf1e682 100644 (file)
@@ -21,14 +21,3 @@ pub mod detect;
 pub mod reorder;
 pub mod scale;
 pub mod soundcvt;
-
-#[cfg(feature="dsp")]
-#[allow(clippy::excessive_precision)]
-#[allow(clippy::identity_op)]
-#[allow(clippy::needless_range_loop)]
-#[allow(clippy::unreadable_literal)]
-pub mod dsp;
-
-pub mod data;
-
-pub mod test;