We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clippy::too_many_arguments
1 parent 01a31c0 commit f0868acCopy full SHA for f0868ac
Cargo.toml
@@ -231,10 +231,6 @@ unused_peekable = "warn"
231
# Diagnostics are not actionable: Enable once https://github.com/rust-lang/rust-clippy/issues/13774 is resolved.
232
large_stack_arrays = "allow"
233
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
-
238
[profile.release]
239
# Note that we set these explicitly, and these values
240
# were chosen based on a trade-off between compile times
0 commit comments