From af9280c998f6c2c7c40b2067ffa02d89784b40fa Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 29 Jan 2024 00:12:24 +0100 Subject: merge imports --- matroska/src/block.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'matroska/src/block.rs') diff --git a/matroska/src/block.rs b/matroska/src/block.rs index 1ab8ceb..6cf9891 100644 --- a/matroska/src/block.rs +++ b/matroska/src/block.rs @@ -3,9 +3,11 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2024 metamuffin */ -use crate::write::vint_length; -use crate::{read::ReadExt, write::write_vint}; -use crate::{ReadValue, Result, WriteValue}; +use crate::{ + read::ReadExt, + write::{vint_length, write_vint}, + ReadValue, Result, WriteValue, +}; use std::io::{Cursor, Write}; #[derive(Debug, PartialEq, Clone, Copy)] -- cgit v1.2.3-70-g09d2