mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Auto merge of #13562 - klensy:pc, r=flip1995
pulldown-cmark: don't pull getopts dep Don't pull getopts, as it unused. Noticed in https://github.com/rust-lang/rust/pull/131892 changelog: none
This commit is contained in:
commit
47effe4f68
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ toml = "0.7.3"
|
|||
walkdir = "2.3"
|
||||
filetime = "0.2.9"
|
||||
itertools = "0.12"
|
||||
pulldown-cmark = "0.11"
|
||||
pulldown-cmark = { version = "0.11", default-features = false, features = ["html"] }
|
||||
rinja = { version = "0.3", default-features = false, features = ["config"] }
|
||||
|
||||
# UI test dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue