We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sync
lightning-invoice
1 parent 65d9215 commit eb5fb99Copy full SHA for eb5fb99
lightning-invoice/src/lib.rs
@@ -92,10 +92,6 @@ mod prelude {
92
93
use crate::prelude::*;
94
95
-/// Sync compat for std/no_std
96
-#[cfg(not(feature = "std"))]
97
-mod sync;
98
-
99
/// Errors that indicate what is wrong with the invoice. They have some granularity for debug
100
/// reasons, but should generally result in an "invalid BOLT11 invoice" message for the user.
101
#[allow(missing_docs)]
lightning-invoice/src/sync.rs
0 commit comments