remove unused imports

This commit is contained in:
lielfr 2025-06-09 00:33:20 +03:00
parent f73f88f439
commit 27e9bde01d
2 changed files with 2 additions and 2 deletions

View File

@ -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};

View File

@ -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`]