mirror of
https://github.com/bitwarden/browser
synced 2026-02-04 18:53:20 +00:00
missing errors doc
This commit is contained in:
@@ -7,6 +7,7 @@ use tokio::sync::Mutex;
|
||||
use super::{BitwardenDesktopAgent, SshAgentUIRequest};
|
||||
|
||||
impl BitwardenDesktopAgent {
|
||||
#[allow(clippy::missing_errors_doc)]
|
||||
pub fn start_server(
|
||||
auth_request_tx: tokio::sync::mpsc::Sender<SshAgentUIRequest>,
|
||||
auth_response_rx: Arc<Mutex<tokio::sync::broadcast::Receiver<(u32, bool)>>>,
|
||||
|
||||
Reference in New Issue
Block a user