Skip to content

Commit

Permalink
Don't depend explicitly on pulldown-cmark
Browse files Browse the repository at this point in the history
Use the one from `rustc`'s, which avoids "multiple matching crate"
errors.
  • Loading branch information
mcarton committed Jun 10, 2017
1 parent 8a86aab commit f969e57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clippy_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f969e57

Please sign in to comment.