bevy/crates/bevy_reflect/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
..
enums Making DynamicEnum::is_dynamic() return true (#14732) 2024-08-15 14:10:52 +00:00
func bevy_reflect: Function reflection terminology refactor (#14813) 2024-08-19 21:52:36 +00:00
impls Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
path Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
serde reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
array.rs Apply unused_qualifications lint (#14828) 2024-08-21 12:29:33 +00:00
attributes.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
fields.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
from_reflect.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
lib.rs bevy_reflect: Function reflection terminology refactor (#14813) 2024-08-19 21:52:36 +00:00
list.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
map.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
reflect.rs bevy_reflect: Reflect remote types (#6042) 2024-08-12 19:12:53 +00:00
remote.rs bevy_reflect: Reflect remote types (#6042) 2024-08-12 19:12:53 +00:00
set.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
std_traits.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
struct_trait.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
tuple_struct.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
tuple.rs Use #[doc(fake_variadic)] to improve docs readability (#14703) 2024-08-12 18:54:33 +00:00
type_info.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
type_path.rs Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
type_registry.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
utility.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00