bootstrap: remove unused comment

resolver-tests is for test only so no need to document it.
This commit is contained in:
Weihang Lo 2023-11-25 10:35:43 -05:00
parent ee9a70dec0
commit 72321011ca
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -1004,8 +1004,6 @@ fn run(self, builder: &Builder<'_>) {
"crates-io",
"mdman",
"rustfix",
// FIXME: this trips a license check in tidy.
// "resolver-tests",
]
);
tool_doc!(Tidy, "tidy", "src/tools/tidy", rustc_tool = false, crates = ["tidy"]);