On Mon, May 25, 2026 at 10:29 PM Danilo Krummrich <[email protected]> wrote: > > From: Gary Guo <[email protected]> > > The `'static` bound is currently necessary because there's no > restriction on the lifetime of the GAT. Add a `Self: 'a` bound to > restrict possible lifetimes on `Borrowed` and `BorrowedMut`, and lift > the `'static` requirement. > > Reviewed-by: Alexandre Courbot <[email protected]> > Reviewed-by: Greg Kroah-Hartman <[email protected]> > Signed-off-by: Gary Guo <[email protected]> > Signed-off-by: Danilo Krummrich <[email protected]>
Acked-by: Miguel Ojeda <[email protected]> Cheers, Miguel
