about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-08-19 18:38:01 +0300
committeronur-ozkan <work@onurozkan.dev>2024-08-19 18:38:01 +0300
commitd2d8fa499407d48877c939627914a999bc5ff458 (patch)
treeef0343f38704ec14efabe06f194ebf07b22bc264 /src
parent1ca2708e77ac735adc3824501667694b4f9c1303 (diff)
downloadrust-d2d8fa499407d48877c939627914a999bc5ff458.tar.gz
rust-d2d8fa499407d48877c939627914a999bc5ff458.zip
fix broken bootstrap documentation
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/src/core/config/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/config/config.rs b/src/bootstrap/src/core/config/config.rs
index 65d9c24b6c5..ce23b7735f8 100644
--- a/src/bootstrap/src/core/config/config.rs
+++ b/src/bootstrap/src/core/config/config.rs
@@ -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) {