This PR adds `#[doc(fake_variadic)]` to that were previously not supported by rustdoc. Thanks to an [upstream contribution](https://github.com/rust-lang/rust/pull/132115) by yours truly, `#[doc(fake_variadic)]` is now supported on impls such as `impl QueryData for AnyOf<(T, ...)>` 🎉 Requires the latest nightly compiler (2024-10-25) which is already available on [docs.rs](https://docs.rs/about/builds).   This means that the impl sections for `QueryData` and `QueryFilter` are now nice and tidy ✨ --- I also added `fake_variadic` to some impls that use `all_tuples_with_size`, however I'm not entirely happy because the docs are slightly misleading now:  Note that the docs say `IntoBindGroupLayoutEntryBuilderArray<1>` instead of `IntoBindGroupLayoutEntryBuilderArray<N>`. |
||
|---|---|---|
| .. | ||
| batching | ||
| camera | ||
| diagnostic | ||
| mesh | ||
| primitives | ||
| render_graph | ||
| render_phase | ||
| render_resource | ||
| renderer | ||
| texture | ||
| view | ||
| alpha.rs | ||
| color_operations.wgsl | ||
| extract_component.rs | ||
| extract_instances.rs | ||
| extract_param.rs | ||
| extract_resource.rs | ||
| globals.rs | ||
| globals.wgsl | ||
| gpu_component_array_buffer.rs | ||
| gpu_readback.rs | ||
| lib.rs | ||
| maths.wgsl | ||
| pipelined_rendering.rs | ||
| render_asset.rs | ||
| settings.rs | ||
| spatial_bundle.rs | ||
| storage.rs | ||
| sync_component.rs | ||
| sync_world.rs | ||