mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
aa3dd14bad
# Objective
- There is a warning when building in release:
```
warning: unused import: `bevy_ecs::system::Local`
--> crates/bevy_render/src/extract_resource.rs:5:5
|
5 | use bevy_ecs::system::Local;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
```
- It's used
|
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |