We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1820e61 commit 47e2baaCopy full SHA for 47e2baa
src/bootstrap/src/core/build_steps/toolstate.rs
@@ -76,10 +76,7 @@ static STABLE_TOOLS: &[(&str, &str)] = &[
76
// We do require that we checked whether they build or not on the tools builder,
77
// though, as otherwise we will be unable to file an issue if they start
78
// failing.
79
-static NIGHTLY_TOOLS: &[(&str, &str)] = &[
80
- ("embedded-book", "src/doc/embedded-book"),
81
- // ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
82
-];
+static NIGHTLY_TOOLS: &[(&str, &str)] = &[("embedded-book", "src/doc/embedded-book")];
83
84
fn print_error(tool: &str, submodule: &str) {
85
eprintln!();
0 commit comments