mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Fix use statement order
This commit is contained in:
parent
d1756b621f
commit
69c65597d9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue