Skip to content

Commit f0868ac

Browse files
authored
[red-knot] Revert blanket clippy::too_many_arguments allow (#17688)
## Summary Now that salsa-rs/salsa#808 has been fixed, we can revert this global change in `Cargo.toml`.
1 parent 01a31c0 commit f0868ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,6 @@ unused_peekable = "warn"
231231
# Diagnostics are not actionable: Enable once https://github.com/rust-lang/rust-clippy/issues/13774 is resolved.
232232
large_stack_arrays = "allow"
233233

234-
# Salsa generates functions with parameters for each field of a `salsa::interned` struct.
235-
# If we don't allow this, we get warnings for structs with too many fields.
236-
too_many_arguments = "allow"
237-
238234
[profile.release]
239235
# Note that we set these explicitly, and these values
240236
# were chosen based on a trade-off between compile times

0 commit comments

Comments
 (0)