aboutsummaryrefslogtreecommitdiff
path: root/matroska/src/write.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-29 00:12:24 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-29 00:12:24 +0100
commitaf9280c998f6c2c7c40b2067ffa02d89784b40fa (patch)
treeb78ffae8e5d9b8fe51347d1943162814dfb6de2e /matroska/src/write.rs
parent95c4c4ae8d089af1f3d07887cbf437555c2d6159 (diff)
downloadjellything-af9280c998f6c2c7c40b2067ffa02d89784b40fa.tar
jellything-af9280c998f6c2c7c40b2067ffa02d89784b40fa.tar.bz2
jellything-af9280c998f6c2c7c40b2067ffa02d89784b40fa.tar.zst
merge imports
Diffstat (limited to 'matroska/src/write.rs')
-rw-r--r--matroska/src/write.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/matroska/src/write.rs b/matroska/src/write.rs
index 7eb13f1..1ec8564 100644
--- a/matroska/src/write.rs
+++ b/matroska/src/write.rs
@@ -3,9 +3,7 @@
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2024 metamuffin <metamuffin.org>
*/
-use crate::error::Error;
-use crate::Result;
-use crate::{matroska::MatroskaTag, size::EbmlSize, Master};
+use crate::{error::Error, matroska::MatroskaTag, size::EbmlSize, Master, Result};
use log::debug;
use std::io::{Seek, Write};