add clippy lint rule
This commit is contained in:
parent
2aff289a96
commit
adfd019166
@ -18,3 +18,6 @@ mongodb = "3.2.3"
|
||||
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
|
||||
teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] }
|
||||
tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
[lints.clippy]
|
||||
print_stdout = "warn"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user