style: Remove unnecessary then() calls in chain
This commit is contained in:
parent
56d7099011
commit
1c7bd2f6fa
1 changed files with 0 additions and 2 deletions
|
|
@ -551,7 +551,6 @@ where
|
|||
|
||||
Some((server, response))
|
||||
})
|
||||
.then(async |v| v)
|
||||
.collect::<FuturesUnordered<_>>()
|
||||
.await
|
||||
.into_iter();
|
||||
|
|
@ -686,7 +685,6 @@ pub(crate) async fn claim_keys_helper(
|
|||
.and_then(|res| res);
|
||||
Some((server, response))
|
||||
})
|
||||
.then(async |v| v)
|
||||
.collect::<FuturesUnordered<_>>()
|
||||
.await
|
||||
.into_iter();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue