We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b495c commit ee9a70dCopy full SHA for ee9a70d
src/bootstrap/src/core/build_steps/doc.rs
@@ -996,14 +996,14 @@ tool_doc!(
996
in_tree = false,
997
crates = [
998
"cargo",
999
+ "cargo-credential",
1000
"cargo-platform",
- "cargo-util",
1001
- "crates-io",
1002
"cargo-test-macro",
1003
"cargo-test-support",
1004
- "cargo-credential",
1005
- "rustfix",
+ "cargo-util",
+ "crates-io",
1006
"mdman",
+ "rustfix",
1007
// FIXME: this trips a license check in tidy.
1008
// "resolver-tests",
1009
]
0 commit comments