Skip to content

Commit

Permalink
Remove comment about bootstrap.py handling submodules
Browse files Browse the repository at this point in the history
bootstrap.py handling of submodules was removed in
rust-lang#97513.
  • Loading branch information
ehuss committed Jul 25, 2024
1 parent 54be9ad commit 5fa6ede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/src/core/build_steps/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5fa6ede

Please sign in to comment.