1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

fix windows lint

This commit is contained in:
neuronull
2025-10-17 14:27:34 -06:00
parent eebd91f9c9
commit e3ab44ae95

View File

@@ -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");
}