fix extracting format string messages

This commit is contained in:
Robin Appelman 2024-09-17 14:59:32 +02:00
commit 5e73134c37
3 changed files with 101 additions and 76 deletions

View file

@ -31,3 +31,7 @@ cc = "1.1.6"
maplit = "1.0.2"
test-case = "3.3.1"
insta = { version = "1.39.0", features = ["json"] }
[profile.profiling]
inherits = "release"
debug = true