From 2ce203e4595eeee579481ee19b6456c14683c5b6 Mon Sep 17 00:00:00 2001 From: John Harrington <84741727+harr1424@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:13:16 -0700 Subject: [PATCH] fix clippy error --- .../desktop/desktop_native/chromium_importer/src/chromium/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/desktop/desktop_native/chromium_importer/src/chromium/mod.rs b/apps/desktop/desktop_native/chromium_importer/src/chromium/mod.rs index 6e87485b33..e7e7efa08b 100644 --- a/apps/desktop/desktop_native/chromium_importer/src/chromium/mod.rs +++ b/apps/desktop/desktop_native/chromium_importer/src/chromium/mod.rs @@ -94,6 +94,7 @@ pub fn request_browser_access(browser_name: &str, mas_build: bool) -> Result<()> pub async fn import_logins( browser_name: &str, profile_id: &str, + #[cfg(target_os = "macos")] mas_build: bool, ) -> Result> { // MAS builds will use the formerly created security bookmark