Skip to content

Commit 950d669

Browse files
committed
Remove unused feature from error index generator
Remove feature `rustdoc`.
1 parent abf5592 commit 950d669

File tree

1 file changed

+1
-1
lines changed
  • src/tools/error_index_generator

1 file changed

+1
-1
lines changed

src/tools/error_index_generator/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![feature(rustc_private, rustdoc)]
11+
#![feature(rustc_private)]
1212

1313
extern crate syntax;
1414
extern crate rustdoc;

0 commit comments

Comments
 (0)