mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove unneeded imports
This commit is contained in:
parent
911bf974f3
commit
c511028290
@ -5,10 +5,8 @@ use std::path::PathBuf;
|
|||||||
|
|
||||||
pub use assets_manager::{
|
pub use assets_manager::{
|
||||||
asset::Ron,
|
asset::Ron,
|
||||||
loader::{
|
loader::{self, RonLoader},
|
||||||
self, BincodeLoader, BytesLoader, JsonLoader, LoadFrom, Loader, RonLoader, StringLoader,
|
source, Asset, AssetCache, Compound, Error,
|
||||||
},
|
|
||||||
source, Asset, AssetCache, BoxedError, Compound, Error,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
|
Loading…
Reference in New Issue
Block a user