We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54be9ad commit 5fa6edeCopy full SHA for 5fa6ede
src/bootstrap/src/core/build_steps/tool.rs
@@ -1087,8 +1087,6 @@ macro_rules! tool_extended {
1087
1088
// NOTE: tools need to be also added to `Builder::get_step_descriptions` in `builder.rs`
1089
// 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.
1092
tool_extended!((self, builder),
1093
Cargofmt, "src/tools/rustfmt", "cargo-fmt", stable=true;
1094
CargoClippy, "src/tools/clippy", "cargo-clippy", stable=true;
0 commit comments