mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
fix clippy error
This commit is contained in:
@@ -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<Vec<LoginImportResult>> {
|
||||
// MAS builds will use the formerly created security bookmark
|
||||
|
||||
Reference in New Issue
Block a user