Skip to content

Commit b54be5f

Browse files
committed
Auto merge of #5184 - JohnTitor:reduce-dep-size, r=phansch
Reduce `pulldown-cmark` size Should reduce `pulldown-cmark` size. ref. https://github.com/raphlinus/pulldown-cmark#build-options changelog: none
2 parents ba246c8 + d488218 commit b54be5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if_chain = "1.0.0"
2222
itertools = "0.8"
2323
lazy_static = "1.0.2"
2424
matches = "0.1.7"
25-
pulldown-cmark = "0.7.0"
25+
pulldown-cmark = { version = "0.7", default-features = false }
2626
quine-mc_cluskey = "0.2.2"
2727
regex-syntax = "0.6"
2828
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)