You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: explicitly set the named lifetime to static (#895)
Due to a change in Rust nightly, the Rust linter now warns when an
elided lifetime ends up being a named lifetime [1]. In this case, the
elided lifetime is `'static`, so we should explicitly set the lifetime
to `'static`.
[1] rust-lang/rust#129207
0 commit comments