Skip to content

Commit ac4834f

Browse files
committed
remove redundant use declarations
1 parent 945855c commit ac4834f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/smoke.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use std::error::Error;
22
use std::pin::Pin;
33
use std::time::{Duration, Instant};
44

5-
use async_std;
65
use futures_timer::Delay;
76

87
#[async_std::test]

tests/timeout.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use std::error::Error;
22
use std::time::{Duration, Instant};
33

4-
use async_std;
54
use futures_timer::Delay;
65

76
#[async_std::test]

0 commit comments

Comments
 (0)