mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 22:50:19 +00:00
7a0f46c21b
# Objective When using `derive(WorldQuery)`, then clippy complains with the following: ```rust warning: missing documentation for a struct --> src\wild_boar_type\marker_vital_status.rs:35:17 | 35 | #[derive(Debug, WorldQuery)] | ^^^^^^^^^^ | = note: this warning originates in the derive macro `WorldQuery` (in Nightly builds, run with -Z macro-backtrace for more info) ``` ## Solution * Either `#[doc(hidden)]` or * Add a generic documentation line to it. I don't know what is preferred, but I'd gladly add it in here. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |