Skip to content

Commit 73820ae

Browse files
committed
Fix compiler warning
1 parent 08c2236 commit 73820ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/sync/debug_sync.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use parking_lot::Condvar as StdCondvar;
1616
use parking_lot::Mutex as StdMutex;
1717
use parking_lot::MutexGuard as StdMutexGuard;
1818

19+
#[cfg(feature = "std")]
1920
pub use parking_lot::WaitTimeoutResult;
2021

2122
use crate::prelude::*;

0 commit comments

Comments
 (0)