WorldQuery
generates structs with public fields without documentation, breaking builds with #![deny(missing_docs)]
#8333
Labels
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
C-Docs
An addition or correction to our documentation
D-Trivial
Nice and easy! A great choice to get started with Bevy
P-Regression
Functionality that used to work but no longer does. Add a test for this!
Milestone
Bevy version
0.10.1
What you did
I tried to compile
bevy_egui
with Bevy 0.10.1 version, which has the following code triggering the issue:https://github.com/mvlabat/bevy_egui/blob/main/src/lib.rs#L610-L628
What went wrong
The build failed with the following error (as there's crate level
#![deny(missing_docs)]
):Additional information
It seems that this regression was introduced specifically in
0.10.1
.The text was updated successfully, but these errors were encountered: