We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a5335 commit e48a7b3Copy full SHA for e48a7b3
src/bootstrap/src/lib.rs
@@ -469,8 +469,7 @@ impl Build {
469
470
// Make sure we update these before gathering metadata so we don't get an error about missing
471
// Cargo.toml files.
472
- let rust_submodules =
473
- ["src/tools/cargo", "src/doc/book", "library/backtrace", "library/stdarch"];
+ let rust_submodules = ["src/doc/book", "library/backtrace", "library/stdarch"];
474
for s in rust_submodules {
475
build.update_submodule(Path::new(s));
476
}
0 commit comments