use cargo insta in parser

This commit is contained in:
nora 2021-12-29 20:24:27 +01:00
parent 9e643b8acd
commit ee01a9f5b5
64 changed files with 2212 additions and 423 deletions

View file

@ -11,3 +11,6 @@ rustc-hash = { version = "1.1.0", optional = true }
[features]
fxhash = ["rustc-hash"]
[dev-dependencies]
insta = "1.9.0"