bevy/examples/tools
Bruce Mitchener 9a798aa100
Allow clippy::type_complexity in more places. (#9796)
# Objective

- See fewer warnings when running `cargo clippy` locally.

## Solution

- allow `clippy::type_complexity` in more places, which also signals to
users they should do the same.
2023-10-02 21:55:16 +00:00
..
scene_viewer Allow clippy::type_complexity in more places. (#9796) 2023-10-02 21:55:16 +00:00
gamepad_viewer.rs Refactor EventReader::iter to read (#9631) 2023-08-30 14:20:03 +00:00