fix broken bootstrap documentation
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
1ca2708e77
commit
d2d8fa4994
1 changed files with 1 additions and 1 deletions
|
|
@ -2515,7 +2515,7 @@ impl Config {
|
|||
///
|
||||
/// This *does not* update the submodule if `config.toml` explicitly says
|
||||
/// not to, or if we're not in a git repository (like a plain source
|
||||
/// tarball). Typically [`Build::require_submodule`] should be
|
||||
/// tarball). Typically [`crate::Build::require_submodule`] should be
|
||||
/// used instead to provide a nice error to the user if the submodule is
|
||||
/// missing.
|
||||
pub(crate) fn update_submodule(&self, relative_path: &str) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue