bevy/crates/bevy_ecs/src/query
Alice Cecile b33dae31ec Rename get_multiple APIs to get_many (#4384)
# Objective

-  std's new APIs do the same thing as `Query::get_multiple_mut`, but are called `get_many`: https://github.com/rust-lang/rust/pull/83608

## Solution

- Find and replace `get_multiple` with `get_many`
2022-03-31 20:59:26 +00:00
..
access.rs ParamSet for conflicting SystemParam:s (#2765) 2022-03-29 23:39:38 +00:00
fetch.rs Hide docs for concrete impls of Fetch, FetchState, and SystemParamState (#4250) 2022-03-21 05:23:36 +00:00
filter.rs Hide docs for concrete impls of Fetch, FetchState, and SystemParamState (#4250) 2022-03-21 05:23:36 +00:00
iter.rs docs: Fix private doc links and enable CI test (#3743) 2022-02-02 21:47:29 +00:00
mod.rs Implement AnyOf queries (#2889) 2022-02-06 00:52:47 +00:00
state.rs Rename get_multiple APIs to get_many (#4384) 2022-03-31 20:59:26 +00:00