Skip to content

Commit

Permalink
Don't use default features for pulldown-cmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarton committed Jun 17, 2017
1 parent 9881b15 commit 94cf93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ workspace = "../clippy_tests"
itertools = "0.6.0"
lazy_static = "0.2.8"
matches = "0.1.2"
pulldown-cmark = "0.0.14"
pulldown-cmark = { version = "0.0.14", default-features = false }
quine-mc_cluskey = "0.2.2"
regex-syntax = "0.4.0"
semver = "0.6.0"
Expand Down

0 comments on commit 94cf93c

Please sign in to comment.