diff --git a/src/maputil.rs b/src/maputil.rs index 2506a05..b162685 100644 --- a/src/maputil.rs +++ b/src/maputil.rs @@ -122,7 +122,6 @@ mod test { //2 2 fn get_test_map() -> Map { Map { - type_: String::from("type"), width: MAP_WIDTH, height: MAP_WIDTH, worldTick: 0,