Skip to content

Commit 5a81838

Browse files
committed
f rm redundant feature gate
1 parent 053c92e commit 5a81838

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/util/wakers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ mod tests {
579579
Sleeper::from_two_futures(notifier_a.get_future(), notifier_b.get_future()).wait();
580580

581581
// However once we've slept twice, we should no longer have any pending notifications
582-
#[cfg(feature = "std")]
583582
assert!(!Sleeper::from_two_futures(notifier_a.get_future(), notifier_b.get_future())
584583
.wait_timeout(Duration::from_millis(10)));
585584

0 commit comments

Comments
 (0)