Skip to content

Commit a2c1267

Browse files
committed
chore: Fix new nightly warnings
Signed-off-by: John Nunley <[email protected]>
1 parent 00dbbbf commit a2c1267

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

benches/executor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use std::future::Future;
21
use std::thread::available_parallelism;
32

43
use async_executor::Executor;

examples/priority.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! An executor with task priorities.
22
3-
use std::future::Future;
43
use std::thread;
54

65
use async_executor::{Executor, Task};

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
)]
3535

3636
use std::fmt;
37-
use std::future::Future;
3837
use std::marker::PhantomData;
3938
use std::panic::{RefUnwindSafe, UnwindSafe};
4039
use std::rc::Rc;

0 commit comments

Comments
 (0)