Skip to content

Commit d488218

Browse files
committed
Reduce pulldown-cmark size
1 parent ba246c8 commit d488218

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)