diff -r 901751d3cd80 -r febccab419b1 rust/hedgewars-server/src/core.rs --- a/rust/hedgewars-server/src/core.rs Tue Jun 04 23:19:18 2019 +0300 +++ b/rust/hedgewars-server/src/core.rs Tue Jun 04 22:34:42 2019 +0200 @@ -1,5 +1,5 @@ -pub mod client; -pub mod indexslab; -pub mod room; -pub mod server; -pub mod types; +pub mod client; +pub mod indexslab; +pub mod room; +pub mod server; +pub mod types;