mirror of
https://github.com/bevyengine/bevy
synced 2024-12-03 09:59:15 +00:00
b33dae31ec
# 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` |
||
---|---|---|
.. | ||
ui | ||
ui.rs |