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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user