about summary refs log tree commit diff
diff options
context:
space:
mode:
authormark <markm@cs.wisc.edu>2020-05-05 21:46:12 -0500
committermark <markm@cs.wisc.edu>2020-05-05 21:46:12 -0500
commit837c16ba2ac8931b821f2fcd0f8549a46c88b342 (patch)
tree04991050f10578a2f0cba1ba0324d45814869f6f
parent9e43b00d4fe2660573e40ec9125290b1d9974e44 (diff)
downloadrust-837c16ba2ac8931b821f2fcd0f8549a46c88b342.tar.gz
rust-837c16ba2ac8931b821f2fcd0f8549a46c88b342.zip
comment out rustc-dev-guide in NIGHTLY_TOOLS
-rw-r--r--src/bootstrap/toolstate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/toolstate.rs b/src/bootstrap/toolstate.rs
index e6560771c0e..490c74e4f03 100644
--- a/src/bootstrap/toolstate.rs
+++ b/src/bootstrap/toolstate.rs
@@ -89,7 +89,7 @@ static STABLE_TOOLS: &[(&str, &str)] = &[
 static NIGHTLY_TOOLS: &[(&str, &str)] = &[
     ("miri", "src/tools/miri"),
     ("embedded-book", "src/doc/embedded-book"),
-    ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
+    // ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
 ];
 
 fn print_error(tool: &str, submodule: &str) {