diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-02-20 18:32:38 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-02-20 18:32:38 +0100 |
commit | 1acf07374174f1084c31138f2f0a6ec916c7f8e8 (patch) | |
tree | 06c186013d054df57bf9d9d82851228b76aecbfd /nihav-indeo/src | |
parent | 32f7cbe538d71574f7ac05aa51599d2678f5db3f (diff) | |
download | nihav-1acf07374174f1084c31138f2f0a6ec916c7f8e8.tar.gz |
fix re-exports of crate submodules
Diffstat (limited to 'nihav-indeo/src')
-rw-r--r-- | nihav-indeo/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nihav-indeo/src/lib.rs b/nihav-indeo/src/lib.rs index 844b69f..21b4cd9 100644 --- a/nihav-indeo/src/lib.rs +++ b/nihav-indeo/src/lib.rs @@ -9,7 +9,7 @@ extern crate nihav_codec_support; #[allow(clippy::verbose_bit_mask)] mod codecs; -pub use codecs::indeo_register_all_codecs; +pub use crate::codecs::indeo_register_all_codecs; #[cfg(test)] extern crate nihav_commonfmt;
\ No newline at end of file |