jmespath / jmespath.rs

Rust implementation of JMESPath, a query language for JSON
MIT License
133 stars 26 forks source link

Fix compiler warnings #40

Closed davisp closed 3 years ago

davisp commented 3 years ago

Mindless updates to silence compiler warnings.

cetra3 commented 3 years ago

@davisp there is an existing PR #36 that takes this one step further, are you happy to close this one while we work through the changes in #36?

cetra3 commented 3 years ago

@davisp just bumping this PR let me know if you want to continue

davisp commented 3 years ago

Whoops, apologies for the slow follow up. I only blindly fixed compiler errors so I'd trust the more thorough approach over my mindless fixing.