Skip to content

Commit 2f79bf9

Browse files
committed
Fix rust beta docs lightning-invoice crate.
1 parent 36817e0 commit 2f79bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-invoice/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ impl SignedRawInvoice {
796796
///
797797
/// The following example would extract the first B.
798798
/// ```
799-
/// use Enum::*
799+
/// use Enum::*;
800800
///
801801
/// enum Enum {
802802
/// A(u8),
@@ -818,7 +818,7 @@ macro_rules! find_extract {
818818
///
819819
/// The following example would extract all A.
820820
/// ```
821-
/// use Enum::*
821+
/// use Enum::*;
822822
///
823823
/// enum Enum {
824824
/// A(u8),

0 commit comments

Comments
 (0)