fix(#1019): add allow(too_many_lines) to dispatch_shared

This commit is contained in:
damocles 2026-06-01 21:07:09 +02:00
commit 9a1014f195

View file

@ -113,6 +113,7 @@ pub(crate) fn recv_timeout(wait_seconds: Option<u64>) -> std::time::Duration {
}
}
#[allow(clippy::too_many_lines)]
/// Handle the subset of `Request` variants that are identical on both
/// the agent socket and the manager socket. Returns `Some(response)` for
/// every variant it handles; returns `None` for variants with socket-specific