Skip to content

Commit 47e2baa

Browse files
committed
Remove mention of rustc-dev-guide from toolstate
1 parent 1820e61 commit 47e2baa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: src/bootstrap/src/core/build_steps/toolstate.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ static STABLE_TOOLS: &[(&str, &str)] = &[
7676
// We do require that we checked whether they build or not on the tools builder,
7777
// though, as otherwise we will be unable to file an issue if they start
7878
// failing.
79-
static NIGHTLY_TOOLS: &[(&str, &str)] = &[
80-
("embedded-book", "src/doc/embedded-book"),
81-
// ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
82-
];
79+
static NIGHTLY_TOOLS: &[(&str, &str)] = &[("embedded-book", "src/doc/embedded-book")];
8380

8481
fn print_error(tool: &str, submodule: &str) {
8582
eprintln!();

0 commit comments

Comments
 (0)