diff -r d5e6c8c92d87 -r ea459da15b30 rust/hedgewars-network-protocol/src/tests/mod.rs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rust/hedgewars-network-protocol/src/tests/mod.rs Mon Jan 31 18:24:49 2022 +0300 @@ -0,0 +1,2 @@ +mod parser; +mod test;