diff --git a/tests/rwlock.rs b/tests/rwlock.rs index 7ce0b7c..cd6fb92 100644 --- a/tests/rwlock.rs +++ b/tests/rwlock.rs @@ -8,8 +8,6 @@ use common::check_yields_when_contended; #[cfg(not(target_family = "wasm"))] use futures_lite::prelude::*; #[cfg(not(target_family = "wasm"))] -use std::future::Future; -#[cfg(not(target_family = "wasm"))] use std::thread; use futures_lite::future;