bevy/crates/bevy_ecs/macros/src
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
..
component.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
fetch.rs Fixed docs for derive(WorldQuery). (#5283) 2022-11-01 23:44:55 +00:00
lib.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00