hiltontj / serde_json_path

Query serde_json Values with JSONPath
https://serdejsonpath.live/
MIT License
50 stars 3 forks source link

Fix new lints in Rust 1.74 #70

Closed hiltontj closed 10 months ago

hiltontj commented 10 months ago

The private_in_public lint that was deprecated has been removed by this PR.

The descend method used to query descendent operators had its tracing instrumentation named properly.