bevy/examples/tools/scene_viewer
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
..
animation_plugin.rs Allow clippy::too_many_arguments to lint without warnings (#17249) 2025-01-09 07:26:15 +00:00
main.rs Add more Glam types and constructors to prelude (#16261) 2024-11-11 18:47:16 +00:00
morph_viewer_plugin.rs Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00
scene_viewer_plugin.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00