From b1f075c0064ec4c2419e769b2c960f6d8e65c4d6 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 3 Mar 2020 20:27:35 +0100 Subject: updated todo --- src/world.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/world.rs') diff --git a/src/world.rs b/src/world.rs index 0c7e0e9..16ac4db 100644 --- a/src/world.rs +++ b/src/world.rs @@ -55,6 +55,7 @@ impl <'a, 'b>World<'a, 'b> { } self.rooms.insert(id.clone(), room); } + // todo: log any that occurs (and still return it) self.rooms.get_mut(id).ok_or(aerr!("can't get room after loading it")) } -- cgit