1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 18:53:20 +00:00

missing errors doc

This commit is contained in:
neuronull
2025-10-20 10:23:07 -06:00
parent bcc0cd1fba
commit cffee8a5ec

View File

@@ -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)>>>,