This commit is contained in:
sholderbach 2025-04-24 22:01:46 +02:00
parent e26b111a73
commit 6150917c5e

View File

@ -502,10 +502,7 @@ impl EngineState {
}
#[cfg(feature = "plugin")]
fn update_plugin_file(
&self,
updated_items: Vec<PluginRegistryItem>,
) -> Result<(), ShellError> {
fn update_plugin_file(&self, updated_items: Vec<PluginRegistryItem>) -> Result<(), ShellError> {
// Updating the signatures plugin file with the added signatures
use std::fs::File;