Skip to content

Commit

Permalink
chore: allow manual async fn
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Jul 5, 2024
1 parent 4fb0f9d commit e2582b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/transport/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ mod tests {

use super::*;

#[allow(clippy::manual_async_fn)]
fn invoke_values_send<T>() -> impl Future<
Output = anyhow::Result<(
Pin<
Expand Down

0 comments on commit e2582b8

Please sign in to comment.