1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

disable clippy warning on conditionally compiled code block

This commit is contained in:
John Harrington
2025-12-04 16:01:30 -07:00
parent 00689b76ed
commit e75dfe55ec

View File

@@ -1187,6 +1187,7 @@ pub mod chromium_importer {
}
#[napi]
#[allow(clippy::unused_async)]
pub async fn request_browser_access(_browser: String, _mas_build: bool) -> napi::Result<()> {
#[cfg(target_os = "macos")]
return chromium_importer::chromium::request_browser_access(&_browser, _mas_build)