Skip to content

Commit 837c16b

Browse files
committed
comment out rustc-dev-guide in NIGHTLY_TOOLS
1 parent 9e43b00 commit 837c16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/toolstate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static STABLE_TOOLS: &[(&str, &str)] = &[
8989
static NIGHTLY_TOOLS: &[(&str, &str)] = &[
9090
("miri", "src/tools/miri"),
9191
("embedded-book", "src/doc/embedded-book"),
92-
("rustc-dev-guide", "src/doc/rustc-dev-guide"),
92+
// ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
9393
];
9494

9595
fn print_error(tool: &str, submodule: &str) {

0 commit comments

Comments
 (0)