Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1934: Use World::get_mut with amethyst_derive r=azriel91 a=ishitatsuyuki ## Description A slight tweak to exploit `&mut World` to reduce runtime borrow checks. ## PR Checklist By placing an x in the boxes I certify that I have: - [X] Acknowledged that by making this pull request I release this code under an MIT/Apache 2.0 dual licensing scheme. If this modified or created any rs files: - [X] Ran `cargo +stable fmt --all` - [ ] Ran `cargo clippy --all --features "empty"` - [ ] Ran `cargo test --all --features "empty"` Co-authored-by: Tatsuyuki Ishi <[email protected]>
- Loading branch information