mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-12 23:36:52 +00:00
fix new cargo clippy lints
This commit is contained in:
@@ -241,11 +241,7 @@ impl RpcHelper {
|
||||
)
|
||||
.with_context(Context::current_with_span(span))
|
||||
.await;
|
||||
Ok(to
|
||||
.iter()
|
||||
.cloned()
|
||||
.zip(resps.into_iter())
|
||||
.collect::<Vec<_>>())
|
||||
Ok(to.iter().cloned().zip(resps).collect::<Vec<_>>())
|
||||
}
|
||||
|
||||
pub async fn broadcast<M, N, H, S>(
|
||||
|
||||
Reference in New Issue
Block a user