Skip to content

Commit a9ab616

Browse files
committed
Fix more docs.
1 parent 49749e7 commit a9ab616

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lightning-block-sync/src/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ where
5959
///
6060
/// use lightning_block_sync::*;
6161
///
62-
/// use std::io::Cursor;
62+
/// use lightning::io::Cursor;
6363
///
6464
/// async fn init_sync<
6565
/// B: BlockSource,

lightning-invoice/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ pub const DEFAULT_MIN_FINAL_CLTV_EXPIRY_DELTA: u64 = 18;
148148
/// ensures that only a semantically and syntactically correct invoice can be built using it.
149149
///
150150
/// ```
151-
/// extern crate secp256k1;
152151
/// extern crate lightning;
153152
/// extern crate lightning_invoice;
154153
/// extern crate bitcoin;

0 commit comments

Comments
 (0)