Rollup merge of #40898 - MaloJaffre:remove-unused-feature, r=alexcrichton

Remove unused feature from error index generator

Remove feature `rustdoc`.
This commit is contained in:
Corey Farwell 2017-03-31 11:43:34 -04:00 committed by GitHub
commit 5f1bb8f2d0

View file

@ -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;