X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-core%2Fsrc%2Flib.rs;h=cf97841877afac09a634c11c50118f44b7e48556;hp=a53f304b2b8013cd1e560bfbfd7c55dacdf1e682;hb=32f7cbe538d71574f7ac05aa51599d2678f5db3f;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96 diff --git a/nihav-core/src/lib.rs b/nihav-core/src/lib.rs index a53f304..cf97841 100644 --- a/nihav-core/src/lib.rs +++ b/nihav-core/src/lib.rs @@ -15,9 +15,6 @@ pub mod frame; #[allow(clippy::too_many_arguments)] pub mod io; pub mod refs; -pub mod register; -#[allow(clippy::unreadable_literal)] -pub mod detect; pub mod reorder; pub mod scale; pub mod soundcvt;