Skip to content

Commit e632946

Browse files
authored
Merge pull request PacktPublishing#30 from PacktPublishing/issue27
fix issue PacktPublishing#27
2 parents 466f3e8 + a826b9d commit e632946

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ch07/a-coroutine/src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use std::{
22
thread,
3-
time::Duration,
4-
Instant
3+
time::Duration
54
};
65

76
mod future;

0 commit comments

Comments
 (0)