Skip to content

Commit a388f69

Browse files
authored
Chore: silent clippy blocks_in_conditions warning (#267)
1 parent a5a79c4 commit a388f69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/config.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[target.'cfg(all())']
2+
rustflags = [
3+
"-Aclippy::blocks_in_conditions",
4+
]

0 commit comments

Comments
 (0)