Skip to content

Commit eb1c99d

Browse files
committed
make logging module internal
1 parent 8dc8990 commit eb1c99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[macro_use]
2-
pub mod logging;
2+
mod logging;
33

44
pub mod block_range_scanner;
55
pub mod robust_provider;

0 commit comments

Comments
 (0)