The bevy_ecs::schedule::schedule
module shares its name with its parent module
#17344
Labels
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
While working on #17335, I came across
bevy_ecs::schedule::schedule
, which was lintingclippy::module_inception
.I believe one module or the other should be renamed, as the current naming is confusing.
The text was updated successfully, but these errors were encountered: