Skip to content

Commit d2d8fa4

Browse files
committed
fix broken bootstrap documentation
Signed-off-by: onur-ozkan <[email protected]>
1 parent 1ca2708 commit d2d8fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/config/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2515,7 +2515,7 @@ impl Config {
25152515
///
25162516
/// This *does not* update the submodule if `config.toml` explicitly says
25172517
/// not to, or if we're not in a git repository (like a plain source
2518-
/// tarball). Typically [`Build::require_submodule`] should be
2518+
/// tarball). Typically [`crate::Build::require_submodule`] should be
25192519
/// used instead to provide a nice error to the user if the submodule is
25202520
/// missing.
25212521
pub(crate) fn update_submodule(&self, relative_path: &str) {

0 commit comments

Comments
 (0)