chore: Fix new nightly warnings

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-03-23 16:04:07 -07:00 committed by John Nunley
parent 00dbbbf85d
commit a2c1267c85
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
use std::future::Future;
use std::thread::available_parallelism;
use async_executor::Executor;

View File

@ -1,6 +1,5 @@
//! An executor with task priorities.
use std::future::Future;
use std::thread;
use async_executor::{Executor, Task};

View File

@ -34,7 +34,6 @@
)]
use std::fmt;
use std::future::Future;
use std::marker::PhantomData;
use std::panic::{RefUnwindSafe, UnwindSafe};
use std::rc::Rc;