doc: fix broken doc links (#13644)

Some broken doc links I saw when compiling with `cargo +stable doc
--no-deps --document-private-items --workspace --open`
This commit is contained in:
Poliorcetics
2024-08-23 21:17:44 +02:00
committed by GitHub
parent dfdb2b5d31
commit 7003b007d5
8 changed files with 11 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ impl PluginProcess {
}
}
/// Move the plugin process out of the foreground. See [`ForegroundGuard::reset`].
/// Move the plugin process out of the foreground. See [`ForegroundGuard`].
///
/// This is a no-op if the plugin process was already in the background.
pub(crate) fn exit_foreground(&self) -> Result<(), ShellError> {