Skip to content

Commit ee9a70d

Browse files
committed
bootstrap: sort items of cargo docs
1 parent 39b495c commit ee9a70d

File tree

1 file changed

+4
-4
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+4
-4
lines changed

src/bootstrap/src/core/build_steps/doc.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -996,14 +996,14 @@ tool_doc!(
996996
in_tree = false,
997997
crates = [
998998
"cargo",
999+
"cargo-credential",
9991000
"cargo-platform",
1000-
"cargo-util",
1001-
"crates-io",
10021001
"cargo-test-macro",
10031002
"cargo-test-support",
1004-
"cargo-credential",
1005-
"rustfix",
1003+
"cargo-util",
1004+
"crates-io",
10061005
"mdman",
1006+
"rustfix",
10071007
// FIXME: this trips a license check in tidy.
10081008
// "resolver-tests",
10091009
]

0 commit comments

Comments
 (0)