chore: edition 2024

This commit is contained in:
Lucas Nogueira
2026-09-26 15:36:22 -03:00
parent b517cc7e85
commit 3d8a3c877b
100 changed files with 276 additions and 253 deletions
+5 -2
View File
@@ -3,7 +3,7 @@
// SPDX-License-Identifier: MIT
use serde::de::DeserializeOwned;
use tauri::{plugin::PluginApi, AppHandle, Runtime};
use tauri::{AppHandle, Runtime, plugin::PluginApi};
use crate::{FilePath, OpenOptions};
@@ -69,7 +69,10 @@ impl<R: Runtime> Fs<R> {
}
}
} else {
log::debug!("Failed to create NSURL from URL: {}, ignoring security-scoped resource access request", url_string);
log::debug!(
"Failed to create NSURL from URL: {}, ignoring security-scoped resource access request",
url_string
);
}
// Convert URL to path and open the file