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:
parent
54be9ad5eb
commit
5fa6ede9d4
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue