diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-29 00:12:24 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-29 00:12:24 +0100 |
commit | af9280c998f6c2c7c40b2067ffa02d89784b40fa (patch) | |
tree | b78ffae8e5d9b8fe51347d1943162814dfb6de2e /matroska/src/unflatten.rs | |
parent | 95c4c4ae8d089af1f3d07887cbf437555c2d6159 (diff) | |
download | jellything-af9280c998f6c2c7c40b2067ffa02d89784b40fa.tar jellything-af9280c998f6c2c7c40b2067ffa02d89784b40fa.tar.bz2 jellything-af9280c998f6c2c7c40b2067ffa02d89784b40fa.tar.zst |
merge imports
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, |