bevy/crates/bevy_ui/src/layout
MichiRecRoom 3742e621ef
Allow clippy::too_many_arguments to lint without warnings (#17249)
# Objective
Many instances of `clippy::too_many_arguments` linting happen to be on
systems - functions which we don't call manually, and thus there's not
much reason to worry about the argument count.

## Solution
Allow `clippy::too_many_arguments` globally, and remove all lint
attributes related to it.
2025-01-09 07:26:15 +00:00
..
convert.rs Remove the min and max fields from LayoutContext. (#16459) 2024-12-03 19:39:45 +00:00
debug.rs Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
mod.rs Allow clippy::too_many_arguments to lint without warnings (#17249) 2025-01-09 07:26:15 +00:00
ui_surface.rs bevy_ui: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17229) 2025-01-08 19:30:19 +00:00