Remove comment about bootstrap.py handling submodules

bootstrap.py handling of submodules was removed in
https://github.com/rust-lang/rust/pull/97513.
This commit is contained in:
Eric Huss 2024-07-25 15:39:27 -07:00
parent 54be9ad5eb
commit 5fa6ede9d4

View file

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