mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
ab3b429211
# Objective Currently `App::edit_schedule` takes in `impl FnMut(&mut Schedule)`, but it calls the function only once. It is probably the intention has been to have it take `FnOnce` instead. ## Solution - Relax the parameter to take `FnOnce` instead of `FnMut` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |