1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 11:01:17 +00:00

Remove unnecessary clippy config attr and stale comments

This commit is contained in:
Dmitry Yakimenko
2025-10-22 11:08:38 +02:00
parent 60b08dbf1b
commit 76ac318bcb
2 changed files with 0 additions and 4 deletions

View File

@@ -44,8 +44,6 @@ pub fn get_crypto_service(
Ok(Box::new(service))
}
// Need to allow this to match the signature on other platforms. On Linux this is a no-op.
#[allow(clippy::ptr_arg)]
pub fn configure_windows_crypto_service(_admin_exe_path: &str) {
// Do nothing on Linux
}

View File

@@ -53,8 +53,6 @@ pub fn get_crypto_service(
Ok(Box::new(MacCryptoService::new(config)))
}
// Need to allow this to match the signature on other platforms. On macOS this is a no-op.
#[allow(clippy::ptr_arg)]
pub fn configure_windows_crypto_service(_admin_exe_path: &str) {
// Do nothing on macOS
}