File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
lightning-liquidity/src/utils Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ../../../lightning/src/util/async_poll. rs
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ use lightning::sign::EntropySource;
7
7
8
8
use crate :: lsps0:: ser:: LSPSRequestId ;
9
9
10
+ #[ allow( dead_code) ]
11
+ #[ allow( unused_imports) ]
12
+ pub ( crate ) mod async_poll;
10
13
pub mod time;
11
14
12
15
/// Converts a human-readable string representation of a short channel ID (SCID)
Original file line number Diff line number Diff line change 9
9
10
10
//! Some utilities to make working with the standard library's [`Future`]s easier
11
11
12
- use crate :: prelude:: * ;
12
+ use alloc:: boxed:: Box ;
13
+ use alloc:: vec:: Vec ;
13
14
use core:: future:: Future ;
14
15
use core:: marker:: Unpin ;
15
16
use core:: pin:: Pin ;
You can’t perform that action at this time.
0 commit comments