Skip to content

Commit

Permalink
bootstrap: sort items of cargo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Nov 26, 2023
1 parent 39b495c commit ee9a70d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/bootstrap/src/core/build_steps/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -996,14 +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",
"rustfix",
"cargo-util",
"crates-io",
"mdman",
"rustfix",
// FIXME: this trips a license check in tidy.
// "resolver-tests",
]
Expand Down

0 comments on commit ee9a70d

Please sign in to comment.