Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace hoedown with pull in rustdoc #40338

Merged
merged 14 commits into from
Mar 29, 2017
Prev Previous commit
Next Next commit
Add feature for rustdoc binary
  • Loading branch information
GuillaumeGomez committed Mar 28, 2017
commit cba67ad8012c63ddae8b4c540bbb6f70a93c8ddf
1 change: 1 addition & 0 deletions src/rustc/rustdoc.rs
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
// except according to those terms.

#![feature(rustdoc)]
#![feature(rustc_private)]

extern crate rustdoc;