rsonquery / rsonpath

Blazing fast JSONPath query engine written in Rust.
https://rsonquery.github.io/rsonpath/
MIT License
50 stars 8 forks source link

fix nightly lint failing the CI pipelines #541

Closed V0ldek closed 1 month ago

V0ldek commented 1 month ago

Short description

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.