mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 23:57:50 +02:00
Misc doc fixes (#12266)
# Description Just a bunch of miscellaneous fixes to the Rust documentation that I found recently while doing a pass on some things. # User-Facing Changes None
This commit is contained in:
@ -80,8 +80,7 @@ pub trait CustomValue: fmt::Debug + Send + Sync {
|
||||
/// For custom values in plugins: return `true` here if you would like to be notified when all
|
||||
/// copies of this custom value are dropped in the engine.
|
||||
///
|
||||
/// The notification will take place via
|
||||
/// [`.custom_value_dropped()`](crate::Plugin::custom_value_dropped) on the plugin.
|
||||
/// The notification will take place via `custom_value_dropped()` on the plugin type.
|
||||
///
|
||||
/// The default is `false`.
|
||||
fn notify_plugin_on_drop(&self) -> bool {
|
||||
|
Reference in New Issue
Block a user