Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: explicitly set the named lifetime to static
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 named lifetime to `'static`. [1] rust-lang/rust#129207
- Loading branch information