We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a91bd9 + 9b55c03 commit c9321c5Copy full SHA for c9321c5
lightning/src/util/mod.rs
@@ -28,7 +28,7 @@ pub(crate) mod ser_macros;
28
29
/// Logging macro utilities.
30
#[macro_use]
31
-pub mod macro_logger;
+pub(crate) mod macro_logger;
32
33
// These have to come after macro_logger to build
34
pub mod logger;
0 commit comments