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;
77
88use crate :: lsps0:: ser:: LSPSRequestId ;
99
10+ #[ allow( dead_code) ]
11+ #[ allow( unused_imports) ]
12+ pub ( crate ) mod async_poll;
1013pub mod time;
1114
1215/// Converts a human-readable string representation of a short channel ID (SCID)
Original file line number Diff line number Diff line change 99
1010//! Some utilities to make working with the standard library's [`Future`]s easier
1111
12- use crate :: prelude:: * ;
12+ use alloc:: boxed:: Box ;
13+ use alloc:: vec:: Vec ;
1314use core:: future:: Future ;
1415use core:: marker:: Unpin ;
1516use core:: pin:: Pin ;
You can’t perform that action at this time.
0 commit comments