We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426057e commit 2710371Copy full SHA for 2710371
tests/barrier.rs
@@ -2,7 +2,7 @@ use std::sync::Arc;
2
use std::thread;
3
4
use async_lock::Barrier;
5
-use futures_lite::future;
+use futures_lite::future;
6
7
#[test]
8
fn smoke() {
tests/mutex.rs
@@ -1,7 +1,7 @@
1
#[cfg(not(target_arch = "wasm32"))]
-use std::thread;
-#[cfg(not(target_arch = "wasm32"))]
use std::sync::Arc;
+#[cfg(not(target_arch = "wasm32"))]
+use std::thread;
use async_lock::Mutex;
use futures_lite::future;
0 commit comments