# Objective
- Fixes:
```
warning: unused import: `Handle`
--> crates/bevy_text/src/lib.rs:31:28
|
31 | use bevy_asset::{AssetApp, Handle};
| ^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
```
## Solution
- Moved import to match feature.
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||