File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
lightning-background-processor/src Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ use lightning::chain::chainmonitor::{ChainMonitor, Persist};
27
27
use lightning:: events:: { Event , PathFailure } ;
28
28
#[ cfg( feature = "std" ) ]
29
29
use lightning:: events:: EventHandler ;
30
- #[ cfg( any ( feature = "std" , feature = "futures" ) ) ]
30
+ #[ cfg( feature = "std" ) ]
31
31
use lightning:: events:: EventsProvider ;
32
32
33
33
use lightning:: ln:: channelmanager:: AChannelManager ;
@@ -57,8 +57,6 @@ use std::time::Instant;
57
57
58
58
#[ cfg( not( feature = "std" ) ) ]
59
59
use alloc:: boxed:: Box ;
60
- #[ cfg( not( feature = "std" ) ) ]
61
- use alloc:: vec:: Vec ;
62
60
63
61
/// `BackgroundProcessor` takes care of tasks that (1) need to happen periodically to keep
64
62
/// Rust-Lightning running properly, and (2) either can or should be run in the background. Its
You can’t perform that action at this time.
0 commit comments