Fix use statement order

This commit is contained in:
Max Brunsfeld 2023-10-11 17:39:15 -07:00
parent d1756b621f
commit 69c65597d9

View File

@ -5,8 +5,8 @@ mod peer;
pub mod proto;
pub use conn::Connection;
pub use peer::*;
pub use notification::*;
pub use peer::*;
mod macros;
pub const PROTOCOL_VERSION: u32 = 64;