mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 05:30:01 +00:00
fix windows lint
This commit is contained in:
@@ -3,7 +3,7 @@ use anyhow::Result;
|
||||
/// # Errors
|
||||
///
|
||||
/// TODO
|
||||
#[allow(clippy::unused_async, missing_errors_doc)]
|
||||
#[allow(clippy::unused_async)]
|
||||
pub async fn run_command(_value: String) -> Result<String> {
|
||||
todo!("Windows does not support autofill");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user