Skip to content

Commit e74094c

Browse files
committed
fixing tokio error
1 parent 0eabd28 commit e74094c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/report_aggregator/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use futures::{
44
channel::mpsc::{self, Sender},
55
StreamExt,
66
};
7+
#[cfg(feature = "tokio-comp")]
78
use tokio::time::Instant;
89

910
use crate::{

0 commit comments

Comments
 (0)