Skip to content

Commit 0eabdb0

Browse files
authored
Merge pull request #2757 from ehuss/clippy-needless-lifetimes
Remove clippy needless-lifetimes workaround
2 parents 05c6a99 + 92836f3 commit 0eabdb0

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)