bevy/crates/bevy_render/src/view
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
..
visibility Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
window Allow clippy::too_many_arguments to lint without warnings (#17249) 2025-01-09 07:26:15 +00:00
mod.rs Derived Default for all public unit components. (#17139) 2025-01-05 02:45:09 +00:00
view.wgsl add docs to clip_from_view (#16373) 2024-11-18 00:33:37 +00:00