Skip to content

Commit 793a3d5

Browse files
committed
fix missing import
1 parent 89ae1af commit 793a3d5

File tree

1 file changed

+1
-1
lines changed
  • crates/engine/tree/src/tree/payload_processor

1 file changed

+1
-1
lines changed

crates/engine/tree/src/tree/payload_processor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ use std::{
5050
mpsc::{self, channel},
5151
Arc,
5252
},
53-
time::Instant,
53+
time::{Duration, Instant},
5454
};
5555
use tracing::{debug, debug_span, instrument, warn, Span};
5656

0 commit comments

Comments
 (0)