Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Comment on lines -1006 to -1007
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is more like an integration test not intended to have a public facing doc at this moment.

Thanks for the review :)

"rustfix",
]
);
tool_doc!(Tidy, "tidy", "src/tools/tidy", rustc_tool = false, crates = ["tidy"]);
Expand Down