diff options
Diffstat (limited to 'matroska/src/unflatten.rs')
-rw-r--r-- | matroska/src/unflatten.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/matroska/src/unflatten.rs b/matroska/src/unflatten.rs index 944d2c7..b559598 100644 --- a/matroska/src/unflatten.rs +++ b/matroska/src/unflatten.rs @@ -3,8 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2024 metamuffin <metamuffin.org> */ -use crate::Result; -use crate::{matroska::MatroskaTag, Master}; +use crate::{matroska::MatroskaTag, Master, Result}; pub struct Unflat<'a> { pub item: MatroskaTag, |