Skip to content

Commit

Permalink
comment out rustc-dev-guide in NIGHTLY_TOOLS
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed May 6, 2020
1 parent 9e43b00 commit 837c16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/toolstate.rs
Expand Up @@ -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) {
Expand Down

0 comments on commit 837c16b

Please sign in to comment.