diff options
Diffstat (limited to 'matroska/src/unflatten.rs')
-rw-r--r-- | matroska/src/unflatten.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/matroska/src/unflatten.rs b/matroska/src/unflatten.rs index ee1a8d9..8f40819 100644 --- a/matroska/src/unflatten.rs +++ b/matroska/src/unflatten.rs @@ -4,7 +4,8 @@ Copyright (C) 2023 metamuffin <metamuffin.org> */ use crate::{matroska::MatroskaTag, Master}; -use anyhow::Result; +use crate::Result; + pub trait IterWithPos { type Item; |