From: mark Date: Wed, 6 May 2020 02:46:12 +0000 (-0500) Subject: comment out rustc-dev-guide in NIGHTLY_TOOLS X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=837c16ba2ac8931b821f2fcd0f8549a46c88b342;p=rust.git comment out rustc-dev-guide in NIGHTLY_TOOLS --- 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 @@ fn days_since_beta_promotion() -> u64 { 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) {