mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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:
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user