From b733d26f10d7055276bf1139e55db19372070605 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Fri, 8 Aug 2025 06:33:49 +0400 Subject: [PATCH] chore: linting --- src-tauri/src/app_auto_updater.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/src/app_auto_updater.rs b/src-tauri/src/app_auto_updater.rs index 88368c3..132e3f3 100644 --- a/src-tauri/src/app_auto_updater.rs +++ b/src-tauri/src/app_auto_updater.rs @@ -536,6 +536,7 @@ impl AppAutoUpdater { /// Install the update by replacing the current app async fn install_update( &self, + #[allow(unused_variables)] installer_path: &Path, ) -> Result<(), Box> { #[cfg(target_os = "macos")]