mirror of
https://github.com/bevyengine/bevy
synced 2024-11-14 00:47:32 +00:00
1dbb1f7b20
# Objective - `.iter_combinations_*()` cannot be used on custom derived `WorldQuery`, so this fixes that - Fixes #5284 ## Solution - `#[derive(Clone)]` on the `Fetch` of the proc macro derive. - `#[derive(Clone)]` for `AnyOf` to satisfy tests. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |