Some of bevy_ecs
' tests lint on dependency_on_unit_never_type_fallback
#17340
Labels
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Blocked
This cannot move forward until something else changes
I was asked by @BenjaminBrienen to make this issue, for tracking purposes.
bevy_ecs
has this line near the top of itslib.rs
, because some tests lint it:bevy/crates/bevy_ecs/src/lib.rs
Lines 3 to 4 in 141b767
The lint attribute is meant to be removed once edition 2024 is released.
The text was updated successfully, but these errors were encountered: