Remove clippy needless-lifetimes workaround

This is no longer needed now that 1.87 has reached the stable channel.
This commit is contained in:
Eric Huss
2025-07-21 09:35:54 -07:00
parent 05c6a99446
commit 92836f3988

View File

@@ -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"