We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053c92e commit 5a81838Copy full SHA for 5a81838
lightning/src/util/wakers.rs
@@ -579,7 +579,6 @@ mod tests {
579
Sleeper::from_two_futures(notifier_a.get_future(), notifier_b.get_future()).wait();
580
581
// However once we've slept twice, we should no longer have any pending notifications
582
- #[cfg(feature = "std")]
583
assert!(!Sleeper::from_two_futures(notifier_a.get_future(), notifier_b.get_future())
584
.wait_timeout(Duration::from_millis(10)));
585
0 commit comments