Skip to content

Commit eb5fb99

Browse files
committed
Drop unused sync module from lightning-invoice
1 parent 65d9215 commit eb5fb99

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

lightning-invoice/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ mod prelude {
9292

9393
use crate::prelude::*;
9494

95-
/// Sync compat for std/no_std
96-
#[cfg(not(feature = "std"))]
97-
mod sync;
98-
9995
/// Errors that indicate what is wrong with the invoice. They have some granularity for debug
10096
/// reasons, but should generally result in an "invalid BOLT11 invoice" message for the user.
10197
#[allow(missing_docs)]

lightning-invoice/src/sync.rs

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)