Skip to content

Commit

Permalink
m: Fix extant errors
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed May 25, 2024
1 parent 7463176 commit 9fdf047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/daisy_chain.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
use event_listener::Event;
use std::thread;
1 change: 1 addition & 0 deletions tests/rwlock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use futures_lite::{future, prelude::*, ready};

use std::pin::Pin;
use std::sync::atomic::{AtomicBool, AtomicUsize, Ordering};
#[cfg(not(target_family = "wasm"))]
use std::sync::Arc;
use std::task::Poll;

Expand Down

0 comments on commit 9fdf047

Please sign in to comment.