mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +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 |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |