bevy/crates/bevy_app/src
EdJoPaTo 938d810766
Apply unused_qualifications lint (#14828)
# Objective

Fixes #14782

## Solution

Enable the lint and fix all upcoming hints (`--fix`). Also tried to
figure out the false-positive (see review comment). Maybe split this PR
up into multiple parts where only the last one enables the lint, so some
can already be merged resulting in less many files touched / less
potential for merge conflicts?

Currently, there are some cases where it might be easier to read the
code with the qualifier, so perhaps remove the import of it and adapt
its cases? In the current stage it's just a plain adoption of the
suggestions in order to have a base to discuss.

## Testing

`cargo clippy` and `cargo run -p ci` are happy.
2024-08-21 12:29:33 +00:00
..
app.rs Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
lib.rs Remove deprecated bevy_dynamic_plugin (#14534) 2024-07-30 15:31:08 +00:00
main_schedule.rs Improve documentation on Update vs FixedUpdate schedule dichotomy (#14600) 2024-08-06 01:26:37 +00:00
panic_handler.rs Fix common capitalization errors in documentation (#14562) 2024-07-31 21:16:05 +00:00
plugin_group.rs plugin_group! macro (adopted) (#14339) 2024-07-16 01:14:33 +00:00
plugin.rs Remove deprecated bevy_dynamic_plugin (#14534) 2024-07-30 15:31:08 +00:00
schedule_runner.rs Simplify runner app exit code. (#13074) 2024-04-23 20:42:00 +00:00
sub_app.rs bevy_reflect: Function reflection terminology refactor (#14813) 2024-08-19 21:52:36 +00:00
terminal_ctrl_c_handler.rs Handle Ctrl+C in the terminal properly (#14001) 2024-07-01 14:08:42 +00:00