diff --git a/Cargo.toml b/Cargo.toml index 3633e39..ebc1e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,4 @@ tokio = { version = "1.44.1", features = ["rt-multi-thread", "macros"] } [lints.clippy] print_stdout = "warn" +unwrap_used = "warn"