about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeihang Lo <me@weihanglo.tw>2023-11-25 10:35:43 -0500
committerWeihang Lo <me@weihanglo.tw>2023-11-25 19:19:05 -0500
commit72321011cab6d3bb338e5776bb3bf293c7699f42 (patch)
tree56047b7221bcb6814b6f94d9e4b71a1b37fca84b
parentee9a70dec066b5e40392eeb21b0a7b3282127ed0 (diff)
downloadrust-72321011cab6d3bb338e5776bb3bf293c7699f42.tar.gz
rust-72321011cab6d3bb338e5776bb3bf293c7699f42.zip
bootstrap: remove unused comment
resolver-tests is for test only so no need to document it.
-rw-r--r--src/bootstrap/src/core/build_steps/doc.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/src/core/build_steps/doc.rs b/src/bootstrap/src/core/build_steps/doc.rs
index acddd4d77fa..cf3f5bc983e 100644
--- a/src/bootstrap/src/core/build_steps/doc.rs
+++ b/src/bootstrap/src/core/build_steps/doc.rs
@@ -1004,8 +1004,6 @@ tool_doc!(
         "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"]);