diff --git a/tests/main.rs b/tests/main.rs index 5b224e9..16baa90 100644 --- a/tests/main.rs +++ b/tests/main.rs @@ -238,8 +238,8 @@ for &'next mut [T; WIDTH] ; - fn next (self: &'_ mut WindowsMut<&'lt mut [T], WIDTH>) - -> Option<&'_ mut [T; WIDTH]> + fn next<'next> (self: &'next mut WindowsMut<&'lt mut [T], WIDTH>) + -> Option<&'next mut [T; WIDTH]> { let to_yield = self.slice