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};
2727use lightning:: events:: { Event , PathFailure } ;
2828#[ cfg( feature = "std" ) ]
2929use lightning:: events:: EventHandler ;
30- #[ cfg( any ( feature = "std" , feature = "futures" ) ) ]
30+ #[ cfg( feature = "std" ) ]
3131use lightning:: events:: EventsProvider ;
3232
3333use lightning:: ln:: channelmanager:: AChannelManager ;
@@ -57,8 +57,6 @@ use std::time::Instant;
5757
5858#[ cfg( not( feature = "std" ) ) ]
5959use alloc:: boxed:: Box ;
60- #[ cfg( not( feature = "std" ) ) ]
61- use alloc:: vec:: Vec ;
6260
6361/// `BackgroundProcessor` takes care of tasks that (1) need to happen periodically to keep
6462/// 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