reorg imports
This commit is contained in:
parent
4df5c27bdd
commit
f207ac0b06
1 changed files with 3 additions and 7 deletions
|
@ -14,15 +14,11 @@ mod dynamic {
|
||||||
string::FromUtf8Error,
|
string::FromUtf8Error,
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::{
|
|
||||||
snd::{self, Audio},
|
|
||||||
txt::{ShivaDocument, Text},
|
|
||||||
Bendable, IntoDataBytes, TryFromDataBytes,
|
|
||||||
};
|
|
||||||
|
|
||||||
use super::{
|
use super::{
|
||||||
img::{self, DynamicImage},
|
img::{self, DynamicImage},
|
||||||
Bytes,
|
snd::{self, Audio},
|
||||||
|
txt::{ShivaDocument, Text},
|
||||||
|
Bendable, Bytes, IntoDataBytes, TryFromDataBytes,
|
||||||
};
|
};
|
||||||
|
|
||||||
use infer::MatcherType;
|
use infer::MatcherType;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue