add clippy lint rule

This commit is contained in:
Akulij 2025-04-28 18:07:34 +03:00
parent 2aff289a96
commit adfd019166

View File

@ -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"