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 c698dbd commit 3bdb9acCopy full SHA for 3bdb9ac
heed/Cargo.toml
@@ -30,6 +30,10 @@ tempfile = "3.18.0"
30
[target.'cfg(windows)'.dependencies]
31
url = "2.5.4"
32
33
+[lints.clippy]
34
+# this lint triggers on code unrelated to this pull request (since Rust 1.88.0)
35
+uninlined_format_args = "allow"
36
+
37
[features]
38
# The `serde` feature makes some types serializable,
39
# like the `EnvOpenOptions` struct.
0 commit comments