Skip to content

Commit 5894882

Browse files
f fix docs since mod is private now
1 parent 08efa5f commit 5894882

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ use prelude::*;
3333
///
3434
/// # Example
3535
///
36-
/// ```
36+
// Needs to be `ignore` until the `onion_message` module is made public, otherwise this is a test
37+
// failure.
38+
/// ```ignore
3739
/// # extern crate bitcoin;
3840
/// # use bitcoin::hashes::_export::_core::time::Duration;
3941
/// # use bitcoin::secp256k1::{PublicKey, Secp256k1, SecretKey};

0 commit comments

Comments
 (0)