Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
trigger build
  • Loading branch information
kigawas committed Oct 29, 2019
commit 15fe6aaed9d9dc37ded41620652a4b36e4a881be
1 change: 0 additions & 1 deletion core/authority-discovery/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ mod tests {
dht_event_tx.try_send(dht_event).unwrap();

// Make authority discovery handle the event.

let f = |cx: &mut Context<'_>| -> Poll<()> {
authority_discovery.handle_dht_events(cx).unwrap();

Expand Down