From 66a1dca18ce361d9018a2f7784d64bce8aeca934 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 21 Mar 2026 04:13:49 +0100 Subject: [PATCH] fix(rust): allow unused results --- rust/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0881056..222af17 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -24,7 +24,6 @@ unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" -unused_results = "warn" [lints.clippy] # pedantic