bevy/crates/bevy_input_focus/src
MichiRecRoom 8e51b326b5
Cleanup instances of #[allow(clippy::type_complexity)] (#17248)
# Objective
I never realized `clippy::type_complexity` was an allowed lint - I've
been assuming it'd generate a warning when performing my linting PRs.

## Solution
Removes any instances of `#[allow(clippy::type_complexity)]` and
`#[expect(clippy::type_complexity)]`

## Testing
`cargo clippy` ran without errors or warnings.
2025-01-09 06:25:20 +00:00
..
autofocus.rs Reflect bevy_input_focus (#17212) 2025-01-07 18:16:46 +00:00
directional_navigation.rs Reflect bevy_input_focus (#17212) 2025-01-07 18:16:46 +00:00
lib.rs Reflect bevy_input_focus (#17212) 2025-01-07 18:16:46 +00:00
tab_navigation.rs Cleanup instances of #[allow(clippy::type_complexity)] (#17248) 2025-01-09 06:25:20 +00:00