diff --git a/voxygen/src/ui/ice/mod.rs b/voxygen/src/ui/ice/mod.rs index 4fe0d7cf83..437336e19e 100644 --- a/voxygen/src/ui/ice/mod.rs +++ b/voxygen/src/ui/ice/mod.rs @@ -100,7 +100,7 @@ impl IcedUi { // TODO: produce root internally??? // TODO: see if this lifetime soup can be simplified - pub fn maintain<'a, 'b, M, E: Into>>>( + pub fn maintain<'a, M, E: for<'b> Into>>>( &mut self, root: E, renderer: &mut Renderer,