Skip to content

Commit f4331a3

Browse files
committed
don't fetch/sync cargo submodule by default
Signed-off-by: onur-ozkan <[email protected]>
1 parent de870f2 commit f4331a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,7 @@ impl Build {
469469

470470
// Make sure we update these before gathering metadata so we don't get an error about missing
471471
// Cargo.toml files.
472-
let rust_submodules =
473-
["src/tools/cargo", "src/doc/book", "library/backtrace", "library/stdarch"];
472+
let rust_submodules = ["src/doc/book", "library/backtrace", "library/stdarch"];
474473
for s in rust_submodules {
475474
build.update_submodule(Path::new(s));
476475
}

0 commit comments

Comments
 (0)