From ba6d4e8b40ac4c9df56b1505de6cb84ab5dd11b9 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 13 Apr 2020 19:11:51 +0100 Subject: [PATCH] redundant comment --- src/item.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item.rs b/src/item.rs index a4100cd..8d0589c 100644 --- a/src/item.rs +++ b/src/item.rs @@ -5,7 +5,7 @@ pub struct Item { pub id: u64, pub animation_frames: Vec, pub name: Option, - pub dialogue_id: Option, // dialogue id + pub dialogue_id: Option, } impl From for Item {