Skip to content

Commit fdb15bf

Browse files
committed
fix more clippy
1 parent c468115 commit fdb15bf

File tree

1 file changed

+1
-1
lines changed
  • crates/languages/bevy_mod_scripting_rune/src

1 file changed

+1
-1
lines changed

crates/languages/bevy_mod_scripting_rune/src/assets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use anyhow::Error;
22
use bevy::{
3-
asset::{io::Reader, Asset, AssetLoader, AsyncReadExt},
3+
asset::{io::Reader, Asset, AssetLoader},
44
reflect::TypePath,
55
};
66
use bevy_mod_scripting_core::prelude::*;

0 commit comments

Comments
 (0)