New nightly lint elided_named_lifetimes got triggered on a function in rsonpath-syntax. In this case the named lifetime is redundant itself, so the fix is to just turn it into an anonymous one.
Checklist
All of these should be ticked off before you submit the PR.
[x] I ran just verify locally and it succeeded.
[x] Issue was given go ahead and is linked above OR I have included justification for a minor change.
[x] Unit tests for my changes are included OR no functionality was changed.
Short description
New nightly lint
elided_named_lifetimes
got triggered on a function inrsonpath-syntax
. In this case the named lifetime is redundant itself, so the fix is to just turn it into an anonymous one.Checklist
All of these should be ticked off before you submit the PR.
just verify
locally and it succeeded.