diff options
Diffstat (limited to 'matroska/src/lib.rs')
-rw-r--r-- | matroska/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matroska/src/lib.rs b/matroska/src/lib.rs index 09635d4..7e4121b 100644 --- a/matroska/src/lib.rs +++ b/matroska/src/lib.rs @@ -22,5 +22,6 @@ pub enum Master { End, } +pub(crate) use block::Block; pub(crate) use error::Error; pub(crate) type Result<T> = core::result::Result<T, Error>; |