Skip to content

Commit f18b6b0

Browse files
authored
Merge 9b55c03 into 8b4ea56
2 parents 8b4ea56 + 9b55c03 commit f18b6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub(crate) mod ser_macros;
2828

2929
/// Logging macro utilities.
3030
#[macro_use]
31-
pub mod macro_logger;
31+
pub(crate) mod macro_logger;
3232

3333
// These have to come after macro_logger to build
3434
pub mod logger;

0 commit comments

Comments
 (0)