Fix use statement order

This commit is contained in:
Max Brunsfeld
2023-10-12 17:41:09 -07:00
parent d1756b621f
commit 69c65597d9
+1 -1
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;