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
This commit is contained in:
		
							parent
							
								
									dcc35120f9
								
							
						
					
					
						commit
						4d286d087b
					
				| @ -1,6 +1,5 @@ | |||||||
| use crate::io::{ | use crate::io::{ | ||||||
|     get_meta_path, AssetReader, AssetReaderError, AssetWatcher, EmptyPathStream, PathStream, |     get_meta_path, AssetReader, AssetReaderError, EmptyPathStream, PathStream, Reader, VecReader, | ||||||
|     Reader, VecReader, |  | ||||||
| }; | }; | ||||||
| use bevy_log::error; | use bevy_log::error; | ||||||
| use bevy_utils::BoxedFuture; | use bevy_utils::BoxedFuture; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 François
						François