TheBevyFlock / bevy_cli

A Bevy CLI tool and linter.
https://thebevyflock.github.io/bevy_cli/
Apache License 2.0
46 stars 7 forks source link

Support `run_schedule()` in `panicking_world_methods` lint #151

Closed BD103 closed 1 month ago

BD103 commented 1 month ago

Closes #129.

I missed World::run_schedule() in my first pass over all panicking World methods. This fixes that, and suggests try_run_schedule() instead.