We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945855c commit ac4834fCopy full SHA for ac4834f
tests/smoke.rs
@@ -2,7 +2,6 @@ use std::error::Error;
2
use std::pin::Pin;
3
use std::time::{Duration, Instant};
4
5
-use async_std;
6
use futures_timer::Delay;
7
8
#[async_std::test]
tests/timeout.rs
@@ -1,7 +1,6 @@
1
use std::error::Error;
0 commit comments