Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused import on android (#10197)
# 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
- Loading branch information