diff options
Diffstat (limited to 'matroska/src/block.rs')
-rw-r--r-- | matroska/src/block.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matroska/src/block.rs b/matroska/src/block.rs index 676b042..275066e 100644 --- a/matroska/src/block.rs +++ b/matroska/src/block.rs @@ -4,7 +4,7 @@ Copyright (C) 2023 metamuffin <metamuffin.org> */ use crate::{read::ReadExt, write::write_vint}; -use anyhow::Result; +use crate::Result; use std::io::Cursor; pub enum LacingType { |