Skip to content

Commit 7f1a79d

Browse files
committed
ci: allow unstable nightly lints
1 parent b2fb384 commit 7f1a79d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ incremental = false
5151
unreachable_pub = "deny"
5252

5353
[workspace.lints.clippy]
54+
double_must_use = "allow"
5455
redundant_clone = "warn"
56+
redundant_field_names = "allow"
5557
unused_async = "warn"
5658

5759
[workspace.dependencies]

0 commit comments

Comments
 (0)