Skip to content

Commit b8272ed

Browse files
committed
Add symlink for async_poll.rs
.. this is likely only temporary necessary as we can drop our own `dummy_waker` implementation once we bump MSRV.
1 parent 6077416 commit b8272ed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../lightning/src/util/async_poll.rs

lightning-liquidity/src/utils/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ use lightning::sign::EntropySource;
77

88
use crate::lsps0::ser::LSPSRequestId;
99

10+
#[allow(dead_code)]
11+
#[allow(unused_imports)]
12+
pub(crate) mod async_poll;
1013
pub mod time;
1114

1215
/// Converts a human-readable string representation of a short channel ID (SCID)

0 commit comments

Comments
 (0)