diff options
| author | bors <bors@rust-lang.org> | 2017-03-29 07:06:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-03-29 07:06:13 +0000 |
| commit | abf5592510156e08b4de3830afaabbc0b65ce054 (patch) | |
| tree | 9695a70dd5011efd447aa114cc04e533b8cd6f59 /src/rustc/rustdoc.rs | |
| parent | 4465f22ef6498db65059a41595d354a7af56cbea (diff) | |
| parent | a7c6d3e16a71fc0dcce4c9be09d031d746f84a69 (diff) | |
Auto merge of #40338 - GuillaumeGomez:pulldown-switch, r=frewsxcv,steveklabnik
Replace hoedown with pull in rustdoc cc @rust-lang/docs
Diffstat (limited to 'src/rustc/rustdoc.rs')
| -rw-r--r-- | src/rustc/rustdoc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/rustdoc.rs b/src/rustc/rustdoc.rs index 6fecd3a27a8..a4f43c42623 100644 --- a/src/rustc/rustdoc.rs +++ b/src/rustc/rustdoc.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(rustdoc)] +#![feature(rustc_private)] extern crate rustdoc; |
