Skip to content

Commit cba67ad

Browse files
Add feature for rustdoc binary
1 parent e133821 commit cba67ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rustc/rustdoc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
#![feature(rustdoc)]
12+
#![feature(rustc_private)]
1213

1314
extern crate rustdoc;
1415

0 commit comments

Comments
 (0)