Skip to content

Commit 92836f3

Browse files
committed
Remove clippy needless-lifetimes workaround
This is no longer needed now that 1.87 has reached the stable channel.
1 parent 05c6a99 commit 92836f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ members = [".", "examples/remove-emphasis/mdbook-remove-emphasis"]
55
all = { level = "allow", priority = -2 }
66
correctness = { level = "warn", priority = -1 }
77
complexity = { level = "warn", priority = -1 }
8-
needless-lifetimes = "allow" # Remove once 1.87 is stable, https://github.com/rust-lang/rust-clippy/issues/13514
98

109
[package]
1110
name = "mdbook"

0 commit comments

Comments
 (0)