better errors for keys without values

This commit is contained in:
Robin Appelman 2023-12-15 17:48:56 +01:00
commit 9c06896b34
8 changed files with 191 additions and 6 deletions

View file

@ -14,3 +14,4 @@ serde = { version = "1.0.193", features = ["derive"] }
test-case = "3.3.1"
insta = { version = "1.34.0", features = ["ron"] }
miette = { version = "5.10.0", features = ["fancy"] }
walkdir = "2.4.0"