diff -r ce47259d5c86 -r 4a8e6f9d5133 rust/hedgewars-server/src/core.rs --- a/rust/hedgewars-server/src/core.rs Sat Mar 25 04:00:30 2023 +0300 +++ b/rust/hedgewars-server/src/core.rs Sat Mar 25 04:14:07 2023 +0300 @@ -1,6 +1,5 @@ pub mod anteroom; pub mod client; -pub mod events; pub mod indexslab; pub mod room; pub mod server;