X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Flib.rs;h=1000966d5a5b8ecca943fc7b7c2ef9642b027b9b;hb=f5473d50519df93b86908e44c161dba4b3c0efc5;hp=199a3cbee4b807e31e78b6e619d263772fce0bc9;hpb=8424f3f0546144eaaf4f9d2f518e94677804c510;p=rust-lightning diff --git a/lightning/src/lib.rs b/lightning/src/lib.rs index 199a3cbe..1000966d 100644 --- a/lightning/src/lib.rs +++ b/lightning/src/lib.rs @@ -79,11 +79,7 @@ pub mod util; pub mod chain; pub mod ln; pub mod routing; -#[cfg(fuzzing)] pub mod onion_message; -#[cfg(not(fuzzing))] -#[allow(unused)] -mod onion_message; // To be exposed after sending/receiving OMs is supported in PeerManager. #[cfg(feature = "std")] /// Re-export of either `core2::io` or `std::io`, depending on the `std` feature flag.