Skip to content

Commit ebe00cf

Browse files
committed
format: add clippy rules
1 parent 6b5ca4a commit ebe00cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ version = "1.43"
5050
[[bench]]
5151
name = "mode"
5252
harness = false
53+
54+
[lints.clippy]
55+
dbg_macro = "deny"
56+
print_stdout = "deny"

0 commit comments

Comments
 (0)