Skip to content

Commit 1778d8f

Browse files
committed
f unused imports
1 parent 5724f94 commit 1778d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/util/wakers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
1616
use alloc::sync::Arc;
1717
use core::mem;
18-
use crate::sync::{Condvar, Mutex, MutexGuard};
18+
use crate::sync::{Condvar, Mutex};
1919

2020
use crate::prelude::*;
2121

2222
#[cfg(any(test, feature = "std"))]
23-
use std::time::{Duration, Instant};
23+
use std::time::Duration;
2424

2525
use core::future::Future as StdFuture;
2626
use core::task::{Context, Poll};

0 commit comments

Comments
 (0)