|  38a940dbbe Required for https://github.com/bevyengine/bevy/pull/4402. # Objective - derived `SystemParam` implementations were never `ReadOnlySystemParamFetch` - We want them to be, e.g. for `EventReader` ## Solution - If possible, 'forward' the impl of `ReadOnlySystemParamFetch`. | ||
|---|---|---|
| .. | ||
| component.rs | ||
| fetch.rs | ||
| lib.rs | ||