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.
1 parent 8e57f80 commit 4275131Copy full SHA for 4275131
yaml_test_runner/Cargo.toml
@@ -42,3 +42,4 @@ tokio = { version = "1", default-features = false, features = ["macros", "net",
42
[lints.clippy]
43
# yaml tests contain approximate values of PI
44
approx_constant = "allow"
45
+uninlined_format_args = "allow" # too pedantic
0 commit comments