Skip to content

Commit be7cbde

Browse files
committed
Fix unused import build warning
1 parent 301efc8 commit be7cbde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/util/wakers.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ use core::future::Future as StdFuture;
2727
use core::task::{Context, Poll};
2828
use core::pin::Pin;
2929

30-
use prelude::*;
31-
3230
/// Used to signal to one of many waiters that the condition they're waiting on has happened.
3331
pub(crate) struct Notifier {
3432
notify_pending: Mutex<(bool, Option<Arc<Mutex<FutureState>>>)>,

0 commit comments

Comments
 (0)