Don't depend explicitly on pulldown-cmark

Use the one from `rustc`'s, which avoids "multiple matching crate"
errors.
This commit is contained in:
mcarton 2017-06-10 19:31:34 +02:00
parent 94cf93c39c
commit 34a899cf18

View File

@ -20,7 +20,6 @@ workspace = "../clippy_tests"
itertools = "0.6.0"
lazy_static = "0.2.8"
matches = "0.1.2"
pulldown-cmark = { version = "0.0.14", default-features = false }
quine-mc_cluskey = "0.2.2"
regex-syntax = "0.4.0"
semver = "0.6.0"