mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 07:36:38 +00:00
Fix typo
This commit is contained in:
parent
e089ecd6cf
commit
615779187c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ impl<T: Send + 'static, E: Send + Debug + 'static> FuturesResolver<T, E> {
|
||||||
while let Some(res) = rx.recv().await {
|
while let Some(res) = rx.recv().await {
|
||||||
match res {
|
match res {
|
||||||
Ok(ret) => return Some(ret),
|
Ok(ret) => return Some(ret),
|
||||||
Err(err) => warn!(?err, "Faile to resolve the future"),
|
Err(err) => warn!(?err, "Fail to resolve the future"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
None
|
None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue