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:
commit
6c470a557a
@ -996,15 +996,14 @@ fn run(self, builder: &Builder<'_>) {
|
||||
in_tree = false,
|
||||
crates = [
|
||||
"cargo",
|
||||
"cargo-credential",
|
||||
"cargo-platform",
|
||||
"cargo-util",
|
||||
"crates-io",
|
||||
"cargo-test-macro",
|
||||
"cargo-test-support",
|
||||
"cargo-credential",
|
||||
"cargo-util",
|
||||
"crates-io",
|
||||
"mdman",
|
||||
// FIXME: this trips a license check in tidy.
|
||||
// "resolver-tests",
|
||||
"rustfix",
|
||||
]
|
||||
);
|
||||
tool_doc!(Tidy, "tidy", "src/tools/tidy", rustc_tool = false, crates = ["tidy"]);
|
||||
|
Loading…
Reference in New Issue
Block a user