mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Make util::logger::macro_logger
pub(crate) not pub.
There is no reason for it to be pub, its a largely-internal implementation detail of how we format our own objects for logging.
This commit is contained in:
parent
8b4ea56966
commit
9b55c0349a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ pub(crate) mod ser_macros;
|
|||
|
||||
/// Logging macro utilities.
|
||||
#[macro_use]
|
||||
pub mod macro_logger;
|
||||
pub(crate) mod macro_logger;
|
||||
|
||||
// These have to come after macro_logger to build
|
||||
pub mod logger;
|
||||
|
|
Loading…
Add table
Reference in a new issue