Skip to content

Commit a985891

Browse files
committed
f no-export mods
1 parent 1adc677 commit a985891

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lightning/src/routing/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
//! Structs and impls for receiving messages about the network and storing the topology live here.
22
3+
/// (C-not exported)
34
pub mod router;
5+
/// (C-not exported)
46
pub mod network_graph;

lightning/src/util/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pub(crate) mod fuzz_wrappers;
55

66
pub mod events;
77
pub mod errors;
8+
/// (C-not exported)
89
pub mod ser;
910

1011
pub(crate) mod byte_utils;

0 commit comments

Comments
 (0)