We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca2708 commit d2d8fa4Copy full SHA for d2d8fa4
src/bootstrap/src/core/config/config.rs
@@ -2515,7 +2515,7 @@ impl Config {
2515
///
2516
/// This *does not* update the submodule if `config.toml` explicitly says
2517
/// not to, or if we're not in a git repository (like a plain source
2518
- /// tarball). Typically [`Build::require_submodule`] should be
+ /// tarball). Typically [`crate::Build::require_submodule`] should be
2519
/// used instead to provide a nice error to the user if the submodule is
2520
/// missing.
2521
pub(crate) fn update_submodule(&self, relative_path: &str) {
0 commit comments