chore: solve clippy warnings

This commit is contained in:
2025-08-18 00:06:47 -05:00
parent 471b118efd
commit ae42f6ead0
2 changed files with 1 additions and 13 deletions
-1
View File
@@ -28,7 +28,6 @@ pub trait CommonPlatform {
fn get_canvas_size(&self) -> Option<(u32, u32)>;
/// Loads raw asset data using the appropriate platform-specific method.
fn get_asset_bytes(&self, asset: Asset) -> Result<Cow<'static, [u8]>, AssetError>;
}