Skip to content

Commit 5fa6ede

Browse files
committed
Remove comment about bootstrap.py handling submodules
bootstrap.py handling of submodules was removed in rust-lang#97513.
1 parent 54be9ad commit 5fa6ede

File tree

1 file changed

+0
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-2
lines changed

src/bootstrap/src/core/build_steps/tool.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1087,8 +1087,6 @@ macro_rules! tool_extended {
10871087

10881088
// NOTE: tools need to be also added to `Builder::get_step_descriptions` in `builder.rs`
10891089
// to make `./x.py build <tool>` work.
1090-
// NOTE: Most submodule updates for tools are handled by bootstrap.py, since they're needed just to
1091-
// invoke Cargo to build bootstrap. See the comment there for more details.
10921090
tool_extended!((self, builder),
10931091
Cargofmt, "src/tools/rustfmt", "cargo-fmt", stable=true;
10941092
CargoClippy, "src/tools/clippy", "cargo-clippy", stable=true;

0 commit comments

Comments
 (0)