mirror of
https://github.com/nushell/nushell.git
synced 2025-06-12 21:16:51 +02:00
Hide update_plugin_file impl detail
This is currently automatically performed as part of `merge_delta` so don't expose it, so nobody tries to call it again.
This commit is contained in:
parent
52e2007be9
commit
77cd40d7d9
@ -502,7 +502,7 @@ impl EngineState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "plugin")]
|
#[cfg(feature = "plugin")]
|
||||||
pub fn update_plugin_file(
|
fn update_plugin_file(
|
||||||
&self,
|
&self,
|
||||||
updated_items: Vec<PluginRegistryItem>,
|
updated_items: Vec<PluginRegistryItem>,
|
||||||
) -> Result<(), ShellError> {
|
) -> Result<(), ShellError> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user