Skip to content

Commit 5f7165a

Browse files
committed
f less cfg
1 parent 0a17c50 commit 5f7165a

File tree

1 file changed

+1
-3
lines changed
  • lightning-background-processor/src

1 file changed

+1
-3
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ use std::time::{Duration, Instant};
3232
use std::ops::Deref;
3333

3434
#[cfg(feature = "futures")]
35-
use futures::select;
36-
#[cfg(feature = "futures")]
37-
use futures::future::FutureExt;
35+
use futures::{select, future::FutureExt};
3836

3937
/// `BackgroundProcessor` takes care of tasks that (1) need to happen periodically to keep
4038
/// Rust-Lightning running properly, and (2) either can or should be run in the background. Its

0 commit comments

Comments
 (0)