Skip to content

Commit 6f4f002

Browse files
committed
ignore recently added clippy lint for now
1 parent ab182f0 commit 6f4f002

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

heed/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ tempfile = "3.18.0"
3030
[target.'cfg(windows)'.dependencies]
3131
url = "2.5.4"
3232

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+
3337
[features]
3438
# The `serde` feature makes some types serializable,
3539
# like the `EnvOpenOptions` struct.

0 commit comments

Comments
 (0)