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.
pub
1 parent 5fa6ede commit 6642f8dCopy full SHA for 6642f8d
src/bootstrap/src/lib.rs
@@ -582,7 +582,7 @@ impl Build {
582
583
/// If any submodule has been initialized already, sync it unconditionally.
584
/// This avoids contributors checking in a submodule change by accident.
585
- pub fn update_existing_submodules(&self) {
+ fn update_existing_submodules(&self) {
586
// Avoid running git when there isn't a git checkout.
587
if !self.config.submodules(self.rust_info()) {
588
return;
0 commit comments