Synthetica9 / nix-linter

Linter for the Nix expression language
BSD 3-Clause "New" or "Revised" License
158 stars 16 forks source link

Fix UnneededRec #63

Open Radvendii opened 2 years ago

Radvendii commented 2 years ago

I noticed that UnneededRec has the same issues with inherit as UnusedLetBind. This fix builds on the changes in #62 to fix those issues.

Radvendii commented 2 years ago

oh. fixes #59, which is why i noticed this in the first place