set clippy rule unwrap used as warning

This commit is contained in:
Akulij 2025-04-28 20:23:00 +03:00
parent 329ead4f6e
commit 982b6c8ff0

View File

@ -22,3 +22,4 @@ tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }
[lints.clippy]
print_stdout = "warn"
unwrap_used = "warn"