Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Apr 18, 2024
1 parent 4ab302b commit 39821f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions citadel-internal-service/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ pub async fn register_and_connect_to_server_then_peers(
Ok(returned_service_info)
}

#[allow(clippy::too_many_arguments)]
pub async fn register_p2p(
to_service_a: &mut UnboundedSender<InternalServiceRequest>,
from_service_a: &mut UnboundedReceiver<InternalServiceResponse>,
Expand Down Expand Up @@ -358,6 +359,7 @@ pub async fn register_p2p(
Ok(())
}

#[allow(clippy::too_many_arguments)]
pub async fn connect_p2p(
to_service_a: &mut UnboundedSender<InternalServiceRequest>,
from_service_a: &mut UnboundedReceiver<InternalServiceResponse>,
Expand Down

0 comments on commit 39821f9

Please sign in to comment.