improve namespace handling

This commit is contained in:
Robin Appelman 2024-07-23 19:27:34 +02:00
commit 724c738a50
6 changed files with 148 additions and 17 deletions

View file

@ -27,5 +27,6 @@ regex = "1.10.5"
cc = "1.1.6"
[dev-dependencies]
maplit = "1.0.2"
test-case = "3.3.1"
insta = { version = "1.39.0", features = ["json"] }