mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
fix: native build on unix and windows
This commit is contained in:
parent
631fad7084
commit
ed0cf93748
@ -1,10 +1,5 @@
|
||||
use anyhow::Result;
|
||||
|
||||
pub fn hello_world(value: String) -> Result<String> {
|
||||
Ok(value)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
// use super::*;
|
||||
pub async fn run_command(value: String) -> Result<String> {
|
||||
todo!("Unix does not support autofill");
|
||||
}
|
||||
|
@ -1,10 +1,5 @@
|
||||
use anyhow::Result;
|
||||
|
||||
pub fn hello_world(value: String) -> Result<String> {
|
||||
Ok(value)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
// use super::*;
|
||||
pub async fn run_command(value: String) -> Result<String> {
|
||||
todo!("Windows does not support autofill");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user