feat: connect to github step
This commit is contained in:
@@ -126,7 +126,7 @@ where
|
||||
matches!(query.data, QueryData::Some(_) | QueryData::Err(_))
|
||||
});
|
||||
if is_done && let Some(tx) = tx.take() {
|
||||
tx.send(());
|
||||
_ = tx.send(());
|
||||
}
|
||||
});
|
||||
|
||||
@@ -139,8 +139,8 @@ where
|
||||
return Ok(ent);
|
||||
}
|
||||
WaitState::Waiting { rx, sub } => {
|
||||
let _sub = sub;
|
||||
let _ = rx.await;
|
||||
_ = sub;
|
||||
_ = rx.await;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user