Skip to content

Commit

Permalink
Auto merge of rust-lang#118301 - weihanglo:rustfix-doc, r=albertlarsan68
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Dec 8, 2023
2 parents 21982a4 + 7232101 commit 6c470a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/bootstrap/src/core/build_steps/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -996,15 +996,14 @@ tool_doc!(
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"]);
Expand Down

0 comments on commit 6c470a5

Please sign in to comment.