mirror of https://github.com/astral-sh/ruff
[red-knot] Revert blanket `clippy::too_many_arguments` allow (#17688)
## Summary Now that https://github.com/salsa-rs/salsa/issues/808 has been fixed, we can revert this global change in `Cargo.toml`.
This commit is contained in:
parent
01a31c08f5
commit
f0868ac0c9
|
|
@ -231,10 +231,6 @@ unused_peekable = "warn"
|
||||||
# Diagnostics are not actionable: Enable once https://github.com/rust-lang/rust-clippy/issues/13774 is resolved.
|
# Diagnostics are not actionable: Enable once https://github.com/rust-lang/rust-clippy/issues/13774 is resolved.
|
||||||
large_stack_arrays = "allow"
|
large_stack_arrays = "allow"
|
||||||
|
|
||||||
# Salsa generates functions with parameters for each field of a `salsa::interned` struct.
|
|
||||||
# If we don't allow this, we get warnings for structs with too many fields.
|
|
||||||
too_many_arguments = "allow"
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
# Note that we set these explicitly, and these values
|
# Note that we set these explicitly, and these values
|
||||||
# were chosen based on a trade-off between compile times
|
# were chosen based on a trade-off between compile times
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue