Skip to content

Commit 4b4f890

Browse files
Update asynch.rs
1 parent 13336c3 commit 4b4f890

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

helper/src/asynch.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use core::{
1010
};
1111

1212
use futures::{channel::oneshot, FutureExt};
13+
use tokio as _;
1314

1415
//---------------------------------------------------------------------------------------------------- InfallibleOneshotReceiver
1516
/// A oneshot receiver channel that doesn't return an Error.

0 commit comments

Comments
 (0)