Auto merge of #118301 - weihanglo:rustfix-doc, r=albertlarsan68

docs: publish nightly doc for `rustfix`

`rustfix `has migrated into rust-lang/cargo in <https://github.com/rust-lang/cargo/issues/13005>. We now can publish nightly doc for it.
This commit is contained in:
bors 2023-12-08 05:11:12 +00:00
commit 6c470a557a

View File

@ -996,15 +996,14 @@ fn run(self, builder: &Builder<'_>) {
in_tree = false, in_tree = false,
crates = [ crates = [
"cargo", "cargo",
"cargo-credential",
"cargo-platform", "cargo-platform",
"cargo-util",
"crates-io",
"cargo-test-macro", "cargo-test-macro",
"cargo-test-support", "cargo-test-support",
"cargo-credential", "cargo-util",
"crates-io",
"mdman", "mdman",
// FIXME: this trips a license check in tidy. "rustfix",
// "resolver-tests",
] ]
); );
tool_doc!(Tidy, "tidy", "src/tools/tidy", rustc_tool = false, crates = ["tidy"]); tool_doc!(Tidy, "tidy", "src/tools/tidy", rustc_tool = false, crates = ["tidy"]);