# Objective A couple of places in `bevy_app` use a scoped block that doesn't do anything. I imagine these are a relic from when `Mut<T>` implemented `Drop` in the early days of bevy. ## Solution Remove the scopes. |
||
|---|---|---|
| .. | ||
| app.rs | ||
| ci_testing.rs | ||
| config.rs | ||
| lib.rs | ||
| plugin_group.rs | ||
| plugin.rs | ||
| schedule_runner.rs | ||