fix(#1019): add allow(too_many_lines) to dispatch_shared
This commit is contained in:
parent
68f488d81f
commit
9a1014f195
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue