diff options
| author | Jakub Beránek <jakub.beranek@vsb.cz> | 2024-12-09 17:23:23 +0100 |
|---|---|---|
| committer | Jakub Beránek <jakub.beranek@vsb.cz> | 2025-01-01 17:06:58 +0100 |
| commit | 47e2baa1c91e955ad31ace4a4a0c116295394034 (patch) | |
| tree | db53c4a11fee1aad197612fe46ae48c0847f1e81 | |
| parent | 1820e612d311af1fe14b8742cd703f36faadb6c7 (diff) | |
| download | rust-47e2baa1c91e955ad31ace4a4a0c116295394034.tar.gz rust-47e2baa1c91e955ad31ace4a4a0c116295394034.zip | |
Remove mention of rustc-dev-guide from toolstate
| -rw-r--r-- | src/bootstrap/src/core/build_steps/toolstate.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bootstrap/src/core/build_steps/toolstate.rs b/src/bootstrap/src/core/build_steps/toolstate.rs index 8ac311b2493..84871331bd5 100644 --- a/src/bootstrap/src/core/build_steps/toolstate.rs +++ b/src/bootstrap/src/core/build_steps/toolstate.rs @@ -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!(); |
