ZIm/crates/terminal/src
Marshall Bowers fc8e515fe8
Enable clippy::too_many_arguments (#8734)
This PR enables the
[`clippy::too_many_arguments`](https://rust-lang.github.io/rust-clippy/master/index.html#/too_many_arguments)
rule.

I opted to add `#[allow(clippy::too_many_arguments)]` on the individual
violations, as reworking them to take fewer arguments is a more involved
task.

Release Notes:

- N/A
2024-03-02 18:42:05 -05:00
..
mappings Enable clippy::useless_conversion (#8724) 2024-03-02 16:31:47 -05:00
terminal.rs Enable clippy::too_many_arguments (#8734) 2024-03-02 18:42:05 -05:00
terminal_settings.rs Setting to show/hide terminal title (#8559) 2024-03-01 23:37:02 +02:00