Skip to content

Commit

Permalink
linter: make clippy happy again
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Dec 10, 2024
1 parent 713d129 commit e8abf3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions io/zenoh-links/zenoh-link-serial/src/unicast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ impl LinkManagerUnicastTrait for LinkManagerUnicastSerial {
}
}

#[allow(clippy::too_many_arguments)]
async fn accept_read_task(
link: Arc<LinkUnicastSerial>,
token: CancellationToken,
Expand All @@ -415,6 +416,7 @@ async fn accept_read_task(
exclusive: bool,
release_on_close: bool,
) -> ZResult<()> {
#[allow(clippy::too_many_arguments)]
async fn receive(
link: Arc<LinkUnicastSerial>,
src_path: String,
Expand Down

0 comments on commit e8abf3c

Please sign in to comment.