We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sync
lightning-invoice
1 parent c80d9a7 commit d8eababCopy full SHA for d8eabab
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