mirror of
https://github.com/bevyengine/bevy
synced 2024-12-20 18:13:10 +00:00
44566dbab7
# Objective
- There is a warning when building in release:
```
warning: unused import: `Local`
--> crates/bevy_render/src/extract_resource.rs:4:34
|
4 | use bevy_ecs::system::{Commands, Local, Res, ResMut, Resource};
| ^^^^^
|
= note: `#[warn(unused_imports)]` on by default
```
- It's used
|
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |