Introduce workspace-level lints (#2166)

Reduce the cost of adding a lint from O(#workspace_crates) to 1.
This commit is contained in:
Thibaut Schaeffer
2024-11-29 15:02:53 +01:00
committed by GitHub
parent 23e92a0882
commit c0fefae3e7
37 changed files with 40 additions and 69 deletions

View File

@@ -81,3 +81,7 @@ codegen-units = 256
[profile.release-with-debug]
inherits = "release"
debug = true
[workspace.lints.clippy]
print_stdout = "deny"
uninlined_format_args = "deny"