denisidoro / navi

An interactive cheatsheet tool for the command-line
Apache License 2.0
14.61k stars 489 forks source link

fixed cargo clippy warnings #894

Closed tolik518 closed 2 months ago

tolik518 commented 2 months ago

Looks like cargo clippy was still failing. It started failing with #873, but after my PR #888 even more so, so I fixed it here. Now the master branch should be clean and the CI/CD pipelines working.

I'd suggest adding the runners to every PR, so this won't happen again.