bevy/crates/bevy_ecs/macros/src
JoJoJet 44a572e4e6 Fix ignored lifetimes in #[derive(SystemParam)] (#7458)
# 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.
2023-02-03 09:17:48 +00:00
..
component.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
fetch.rs Fix beta clippy lints (#7154) 2023-01-11 09:51:22 +00:00
lib.rs Fix ignored lifetimes in #[derive(SystemParam)] (#7458) 2023-02-03 09:17:48 +00:00