diff --git a/voxygen/src/hud/bag.rs b/voxygen/src/hud/bag.rs index 89614c70f7..c0a7f86188 100644 --- a/voxygen/src/hud/bag.rs +++ b/voxygen/src/hud/bag.rs @@ -2,7 +2,7 @@ use super::{img_ids::Imgs, Fonts, TEXT_COLOR}; use conrod_core::{ color, position::Relative, - widget::{self, Button, Image, Rectangle/*, Scrollbar*/}, + widget::{self, Button, Image, Rectangle /*, Scrollbar*/}, widget_ids, /*Color, Colorable,*/ Labelable, Positionable, Sizeable, Widget, WidgetCommon, }; diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index 25fb5fbb5e..95ae8a07fa 100644 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -286,7 +286,7 @@ impl Hud { ui, imgs, fonts, - ids, + ids, new_messages: VecDeque::new(), inventory_space: 8, show: Show {