set clippy rule unwrap used as warning
This commit is contained in:
parent
329ead4f6e
commit
982b6c8ff0
@ -22,3 +22,4 @@ tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] }
|
|||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
print_stdout = "warn"
|
print_stdout = "warn"
|
||||||
|
unwrap_used = "warn"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user