mirror of
https://github.com/nushell/nushell.git
synced 2025-06-11 20:46:48 +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")]
|
||||
pub fn update_plugin_file(
|
||||
fn update_plugin_file(
|
||||
&self,
|
||||
updated_items: Vec<PluginRegistryItem>,
|
||||
) -> Result<(), ShellError> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user