bevy/tools/example-showcase
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
..
src Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
asset-source-website.patch Fix asset-source-website.patch line number (#13286) 2024-05-12 20:49:43 +00:00
Cargo.toml Generate links to definition in source code pages on docs.rs and dev-docs.bevyengine.org (#12965) 2024-07-29 23:10:16 +00:00
disable-audio.patch run examples on macOS to validate PRs (#11630) 2024-01-31 20:03:47 +00:00
extra-window-resized-events.patch fix: upgrade to winit v0.30 (#13366) 2024-06-03 13:06:48 +00:00
fixed-window-position.patch Fix window position patch (#14745) 2024-08-15 13:55:15 +00:00
reduce-light-cluster-config.patch Regenerate light cluster patch file (#13655) 2024-06-03 18:19:32 +00:00
remove-desktop-app-mode.patch fix: upgrade to winit v0.30 (#13366) 2024-06-03 13:06:48 +00:00
window-settings-wasm.patch Fix example showcase wasm window settings patch (#12608) 2024-04-06 22:07:49 +00:00