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.
1 parent 36817e0 commit 2f79bf9Copy full SHA for 2f79bf9
lightning-invoice/src/lib.rs
@@ -796,7 +796,7 @@ impl SignedRawInvoice {
796
///
797
/// The following example would extract the first B.
798
/// ```
799
-/// use Enum::*
+/// use Enum::*;
800
801
/// enum Enum {
802
/// A(u8),
@@ -818,7 +818,7 @@ macro_rules! find_extract {
818
819
/// The following example would extract all A.
820
821
822
823
824
0 commit comments