From 3a0c564de5be6efd1332389b3448c319a93e5bdb Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Sat, 22 Feb 2025 11:02:36 -0800 Subject: [PATCH] More clippy --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6d49e77e5..74e28b8e4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,6 @@ url = { version = "2.5.3", default-features = false, features = ["std"] } [workspace.lints.rust] absolute_paths_not_starting_with_crate = "warn" ambiguous_negative_literals = "warn" -closure_returning_async_block = "warn" explicit_outlives_requirements = "warn" macro_use_extern_crate = "warn" missing_abi = "warn"