Skip to content

Commit

Permalink
Remove mention of rustc-dev-guide from toolstate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jan 1, 2025
1 parent 1820e61 commit 47e2baa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bootstrap/src/core/build_steps/toolstate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ static STABLE_TOOLS: &[(&str, &str)] = &[
// We do require that we checked whether they build or not on the tools builder,
// though, as otherwise we will be unable to file an issue if they start
// failing.
static NIGHTLY_TOOLS: &[(&str, &str)] = &[
("embedded-book", "src/doc/embedded-book"),
// ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
];
static NIGHTLY_TOOLS: &[(&str, &str)] = &[("embedded-book", "src/doc/embedded-book")];

fn print_error(tool: &str, submodule: &str) {
eprintln!();
Expand Down

0 comments on commit 47e2baa

Please sign in to comment.