]> git.proxmox.com Git - cargo.git/blobdiff - src/cargo/ops/fix.rs
chore(ci): Ensure intradoc links are valid
[cargo.git] / src / cargo / ops / fix.rs
index 5fb35b8905d28562b280b9b4e6171ece51b15246..d143beb7719e7b833399e4242960a68084f8ba6d 100644 (file)
@@ -348,7 +348,7 @@ pub fn fix_get_proxy_lock_addr() -> Option<String> {
 /// If there are warnings or errors, this does not return,
 /// and the process exits with the corresponding `rustc` exit code.
 ///
-/// See [`fix_proxy_lock_addr`]
+/// See [`fix_get_proxy_lock_addr`]
 pub fn fix_exec_rustc(config: &Config, lock_addr: &str) -> CargoResult<()> {
     let args = FixArgs::get()?;
     trace!("cargo-fix as rustc got file {:?}", args.file);