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:
sholderbach 2025-04-24 17:50:10 +02:00
parent 52e2007be9
commit 77cd40d7d9

View File

@ -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> {