remove unused imports
This commit is contained in:
parent
f73f88f439
commit
27e9bde01d
@ -7,7 +7,7 @@ use alloc::{borrow::ToOwned, boxed::Box, sync::Arc, vec::Vec};
|
||||
use async_lock::RwLockReadGuardArc;
|
||||
use core::{pin::Pin, task::Poll};
|
||||
use futures_io::AsyncRead;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::path::Path;
|
||||
use tracing::trace;
|
||||
|
||||
use super::{AsyncSeekForward, ErasedAssetReader};
|
||||
|
@ -19,7 +19,7 @@ use core::any::{Any, TypeId};
|
||||
use downcast_rs::{impl_downcast, Downcast};
|
||||
use ron::error::SpannedError;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::path::PathBuf;
|
||||
use thiserror::Error;
|
||||
|
||||
/// Loads an [`Asset`] from a given byte [`Reader`]. This can accept [`AssetLoader::Settings`], which configure how the [`Asset`]
|
||||
|
Loading…
Reference in New Issue
Block a user