From 9a1014f1958eec64a2fac1bceab5f684dd39a305 Mon Sep 17 00:00:00 2001 From: damocles Date: Mon, 1 Jun 2026 21:07:09 +0200 Subject: [PATCH] fix(#1019): add allow(too_many_lines) to dispatch_shared --- hive-c0re/src/agent_server.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/hive-c0re/src/agent_server.rs b/hive-c0re/src/agent_server.rs index 1be7f9df..11bdd5dc 100644 --- a/hive-c0re/src/agent_server.rs +++ b/hive-c0re/src/agent_server.rs @@ -113,6 +113,7 @@ pub(crate) fn recv_timeout(wait_seconds: Option) -> 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