Skip to content

Commit

Permalink
Remove unused feature from error index generator
Browse files Browse the repository at this point in the history
Remove feature `rustdoc`.
  • Loading branch information
MaloJaffre committed Mar 29, 2017
1 parent abf5592 commit 950d669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/error_index_generator/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

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

extern crate syntax;
extern crate rustdoc;
Expand Down

0 comments on commit 950d669

Please sign in to comment.