about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-03-31 11:43:34 -0400
committerGitHub <noreply@github.com>2017-03-31 11:43:34 -0400
commit5f1bb8f2d031aeb90060923fd0f387cc2a76b224 (patch)
treea379352bf486080cede1445ad5acaa81d883d962 /src
parent488a7b39450f58c0f9dca8e2ac08bd7b74f1af8b (diff)
parent950d669a981bed04dcf9d7c172f468c2fbd1d6a1 (diff)
downloadrust-5f1bb8f2d031aeb90060923fd0f387cc2a76b224.tar.gz
rust-5f1bb8f2d031aeb90060923fd0f387cc2a76b224.zip
Rollup merge of #40898 - MaloJaffre:remove-unused-feature, r=alexcrichton
Remove unused feature from error index generator

Remove feature `rustdoc`.
Diffstat (limited to 'src')
-rw-r--r--src/tools/error_index_generator/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/error_index_generator/main.rs b/src/tools/error_index_generator/main.rs
index 1d4f2c60d54..5db2ad83a0a 100644
--- a/src/tools/error_index_generator/main.rs
+++ b/src/tools/error_index_generator/main.rs
@@ -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;