diff options
author | Kostya Shishkov <[email protected]> | 2020-02-20 11:35:16 +0100 |
---|---|---|
committer | Kostya Shishkov <[email protected]> | 2020-02-20 11:35:16 +0100 |
commit | 32f7cbe538d71574f7ac05aa51599d2678f5db3f (patch) | |
tree | 27ada919c11200139c5fee4f2f299dde373476fa /nihav-core/src/lib.rs | |
parent | b4d5b8515e75383b4fc59ea2813c90c615d59a96 (diff) |
split nihav-registry from nihav-core
Diffstat (limited to 'nihav-core/src/lib.rs')
-rw-r--r-- | nihav-core/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
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; |