aboutsummaryrefslogtreecommitdiff
path: root/src/map_data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/map_data.rs')
-rw-r--r--src/map_data.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map_data.rs b/src/map_data.rs
index 8d0d926..e1a9c0b 100644
--- a/src/map_data.rs
+++ b/src/map_data.rs
@@ -18,6 +18,7 @@ pub struct MapData {
}
impl MapData {
+ #[allow(clippy::new_without_default)]
pub fn new() -> Self {
Self {
rooms: Vec::new(),