From fa1cd17a718b613859f2ac6650aa730c05a90b26 Mon Sep 17 00:00:00 2001 From: Imbris Date: Mon, 18 May 2020 00:17:25 -0400 Subject: [PATCH] Add for<'b> lifetime annotation (almost worked) --- voxygen/src/ui/ice/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,