zed/tooling/xtask
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
..
src Enable clippy::too_many_arguments (#8734) 2024-03-02 18:42:05 -05:00
Cargo.toml Add cargo xtask clippy (#8722) 2024-03-02 14:46:02 -05:00
LICENSE-GPL Add cargo xtask clippy (#8722) 2024-03-02 14:46:02 -05:00