nix-community / rnix-parser

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

Wrap pat entry ident in NODE_IDENT #139

Closed darichey closed 2 years ago

darichey commented 2 years ago

Fixes getting the ident from a PatEntry here: https://github.com/nix-community/rnix-parser/blob/f8056c4811b6f5196af64db14b89651e892ad98a/src/ast/nodes.rs#L356-L357