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;