mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 10:03:24 +02:00
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:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user