From 92836f3988e3bc33ff753d57b0d25912421c83ca Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 21 Jul 2025 09:35:54 -0700 Subject: [PATCH] Remove clippy needless-lifetimes workaround This is no longer needed now that 1.87 has reached the stable channel. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15321d39..b15eed77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ members = [".", "examples/remove-emphasis/mdbook-remove-emphasis"] all = { level = "allow", priority = -2 } correctness = { level = "warn", priority = -1 } complexity = { level = "warn", priority = -1 } -needless-lifetimes = "allow" # Remove once 1.87 is stable, https://github.com/rust-lang/rust-clippy/issues/13514 [package] name = "mdbook"