Skip to content

Commit dc34988

Browse files
committed
f Don't export event module after all
1 parent 1400616 commit dc34988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626

2727
mod access;
2828
mod error;
29-
pub mod event;
29+
mod event;
3030
mod hex_utils;
3131
mod io_utils;
3232
mod logger;
3333
mod peer_store;
3434

3535
use access::ChainAccess;
3636
pub use error::Error;
37-
use event::Event;
37+
pub use event::Event;
3838
use event::{EventHandler, EventQueue};
3939
use peer_store::{PeerInfo, PeerInfoStorage};
4040

0 commit comments

Comments
 (0)