Skip to content

Commit c9321c5

Browse files
authored
Merge pull request #834 from TheBlueMatt/2021-03-no-pub-internals
Make `util::logger::macro_logger` pub(crate) not pub.
2 parents 8a91bd9 + 9b55c03 commit c9321c5

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)