nix-community / rnix-parser

A Nix parser written in Rust [maintainer=@oberblastmeister]
MIT License
365 stars 44 forks source link

Fix clippy warnings #164

Open noamraph opened 5 months ago

noamraph commented 5 months ago

Summary & Motivation

I fixed the warnings Clippy showed. Mostly because Clippy helps me improve my code, and having warnings is distracting.

I'm also trying to add a CI step to run Clippy checks.