Skip to content

Commit 051b732

Browse files
committed
f missing import
1 parent c878bb2 commit 051b732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/util/wakers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ mod tests {
207207
use core::sync::atomic::{AtomicBool, Ordering};
208208
use core::future::Future as FutureTrait;
209209
use core::task::{Context, Poll, RawWaker, RawWakerVTable, Waker};
210+
use core::pin::Pin;
210211

211212
#[cfg(feature = "std")]
212213
#[test]

0 commit comments

Comments
 (0)