mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 13:13:49 +00:00
4d286d087b
# Objective - Building for android has a warning ``` warning: unused import: `AssetWatcher` --> crates/bevy_asset/src/io/android.rs:2:51 | 2 | get_meta_path, AssetReader, AssetReaderError, AssetWatcher, EmptyPathStream, PathStream, | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default ``` ## Solution - Remove the import |
||
---|---|---|
.. | ||
embedded | ||
file | ||
android.rs | ||
gated.rs | ||
memory.rs | ||
mod.rs | ||
processor_gated.rs | ||
source.rs | ||
wasm.rs |