Skip to content

Commit bda5843

Browse files
re-enable resting librustdoc
1 parent cc34ca1 commit bda5843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ impl<'a> Builder<'a> {
309309
test::CompileFailFullDeps, test::IncrementalFullDeps, test::Rustdoc, test::Pretty,
310310
test::RunPassPretty, test::RunFailPretty, test::RunPassValgrindPretty,
311311
test::RunPassFullDepsPretty, test::RunFailFullDepsPretty, test::RunMake,
312-
test::Crate, test::CrateLibrustc, test::Rustdoc, test::Linkcheck, test::Cargotest,
313-
test::Cargo, test::Rls, test::ErrorIndex, test::Distcheck,
312+
test::Crate, test::CrateLibrustc, test::CrateRustdoc, test::Linkcheck,
313+
test::Cargotest, test::Cargo, test::Rls, test::ErrorIndex, test::Distcheck,
314314
test::Nomicon, test::Reference, test::RustdocBook, test::RustByExample,
315315
test::TheBook, test::UnstableBook,
316316
test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme),

0 commit comments

Comments
 (0)