amethyst / specs

Specs - Parallel ECS
https://amethyst.github.io/specs/
Apache License 2.0
2.49k stars 219 forks source link

03_dispatcher: fix clippy::unnecessary_mut_passed #742

Open softmoth opened 2 years ago

softmoth commented 2 years ago

Fixes:

warning: the method `dispatch` doesn't need a mutable reference
  --> src/main.rs:70:25
   |
70 |     dispatcher.dispatch(&mut world);
   |                         ^^^^^^^^^^

Checklist

API changes