From f207ac0b064a66b3e16e13bdeb147f491fb3a687 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Tue, 15 Apr 2025 19:00:10 -0400 Subject: [PATCH] reorg imports --- bingus/src/lib.rs | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/bingus/src/lib.rs b/bingus/src/lib.rs index 579265d..5b7c3d6 100644 --- a/bingus/src/lib.rs +++ b/bingus/src/lib.rs @@ -14,15 +14,11 @@ mod dynamic { string::FromUtf8Error, }; - use crate::{ - snd::{self, Audio}, - txt::{ShivaDocument, Text}, - Bendable, IntoDataBytes, TryFromDataBytes, - }; - use super::{ img::{self, DynamicImage}, - Bytes, + snd::{self, Audio}, + txt::{ShivaDocument, Text}, + Bendable, Bytes, IntoDataBytes, TryFromDataBytes, }; use infer::MatcherType;