Skip to content

Commit 08a80cb

Browse files
Replace hoedown with pull in rustdoc
1 parent ccce2c6 commit 08a80cb

File tree

4 files changed

+312
-107
lines changed

4 files changed

+312
-107
lines changed

src/Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/librustdoc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ rustc_trans = { path = "../librustc_trans" }
2626
serialize = { path = "../libserialize" }
2727
syntax = { path = "../libsyntax" }
2828
syntax_pos = { path = "../libsyntax_pos" }
29+
pulldown-cmark = "0.0.8"
2930

3031
[build-dependencies]
3132
build_helper = { path = "../build_helper" }

0 commit comments

Comments
 (0)