bevy/crates/bevy_ecs/macros
CGMossa 1f22d54489 Fixed docs for derive(WorldQuery). (#5283)
For `derive(WorldQuery)`, there are three structs generated, `Item`, `Fetch` and `State`. 
These inherit the visibility of the derived structure, thus `#![warn(missing_docs)]` would
warn about missing documentation for these structures.

- [ ] I'd like some advice on what to write here, as I personally don't really understand `Fetch` nor `State`.
2022-11-01 23:44:55 +00:00
..
src Fixed docs for derive(WorldQuery). (#5283) 2022-11-01 23:44:55 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00