bevy/crates/bevy_pbr/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
..
cluster Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
deferred Don't reëxport bevy_image from bevy_render (#16163) 2024-11-10 06:54:38 +00:00
light Refactor and simplify custom projections (#17063) 2025-01-01 20:44:24 +00:00
light_probe Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
lightmap Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
meshlet Remove references to old sample_texture function (#17195) 2025-01-07 00:44:17 +00:00
prepass Introduce two-level bins for multidrawable meshes. (#16898) 2025-01-06 18:34:40 +00:00
render Remove references to old sample_texture function (#17195) 2025-01-07 00:44:17 +00:00
ssao Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
ssr Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
volumetric_fog Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
components.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
extended_material.rs Make #[bindless] in ExtendedMaterial actually enable bindless mode. (#16818) 2024-12-15 19:18:58 +00:00
fog.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
lib.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
material_bind_groups.rs Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
material.rs Introduce two-level bins for multidrawable meshes. (#16898) 2025-01-06 18:34:40 +00:00
mesh_material.rs Revert default mesh materials (#15930) 2024-10-15 19:47:40 +00:00
parallax.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
pbr_material.rs Fix depth_bias and build errors on less capable platforms (#17079) 2025-01-06 18:39:08 +00:00
wireframe.rs Cleanup instances of #[allow(clippy::type_complexity)] (#17248) 2025-01-09 06:25:20 +00:00