diff -r c5a6e8566425 -r e935b1ad23f3 rust/hedgewars-server/src/core.rs --- a/rust/hedgewars-server/src/core.rs Tue May 28 19:04:18 2019 +0300 +++ b/rust/hedgewars-server/src/core.rs Tue May 28 21:28:32 2019 +0300 @@ -1,5 +1,5 @@ -pub mod types; +pub mod client; pub mod indexslab; -pub mod client; pub mod room; -pub mod server; \ No newline at end of file +pub mod server; +pub mod types;