Replace hoedown with pull in rustdoc

This commit is contained in:
Guillaume Gomez
2017-03-08 01:01:23 +01:00
parent ccce2c6eb9
commit 08a80cbda6
4 changed files with 319 additions and 114 deletions

View File

@@ -48,6 +48,7 @@ extern crate test as testing;
extern crate std_unicode;
#[macro_use] extern crate log;
extern crate rustc_errors as errors;
extern crate pulldown_cmark;
extern crate serialize as rustc_serialize; // used by deriving