Skip to content

Commit 6c470a5

Browse files
committed
Auto merge of #118301 - weihanglo:rustfix-doc, r=albertlarsan68
docs: publish nightly doc for `rustfix` `rustfix `has migrated into rust-lang/cargo in <rust-lang/cargo#13005>. We now can publish nightly doc for it.
2 parents 21982a4 + 7232101 commit 6c470a5

File tree

1 file changed

+4
-5
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+4
-5
lines changed

src/bootstrap/src/core/build_steps/doc.rs

+4-5
Original file line numberDiff line numberDiff line change
@@ -996,15 +996,14 @@ tool_doc!(
996996
in_tree = false,
997997
crates = [
998998
"cargo",
999+
"cargo-credential",
9991000
"cargo-platform",
1000-
"cargo-util",
1001-
"crates-io",
10021001
"cargo-test-macro",
10031002
"cargo-test-support",
1004-
"cargo-credential",
1003+
"cargo-util",
1004+
"crates-io",
10051005
"mdman",
1006-
// FIXME: this trips a license check in tidy.
1007-
// "resolver-tests",
1006+
"rustfix",
10081007
]
10091008
);
10101009
tool_doc!(Tidy, "tidy", "src/tools/tidy", rustc_tool = false, crates = ["tidy"]);

0 commit comments

Comments
 (0)