mirror of
https://github.com/bevyengine/bevy
synced 2024-12-25 20:43:07 +00:00
44a572e4e6
# Objective Fix #7447. The `SystemParam` derive uses the wrong lifetimes for ignored fields. ## Solution Use type inference instead of explicitly naming the types of ignored fields. This allows the compiler to automatically use the correct lifetime. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |