MiSawa / xq

Pure rust implementation of jq
MIT License
333 stars 18 forks source link

Fix against needless borrow warning of clippy #155

Closed itchyny closed 2 years ago

itchyny commented 2 years ago

This fixes CI by fixing as clippy says.

MiSawa commented 2 years ago

Nice, thanks!