1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

tryFromPrimitive

This commit is contained in:
Robin Appelman 2019-12-19 18:48:50 +01:00
commit ee63f2ab93
11 changed files with 53 additions and 39 deletions

View file

@ -26,6 +26,7 @@ parse-display = "0.1"
main_error = "0.1.0"
jemallocator = { version = "0.3", optional = true }
better-panic = { version = "0.1", optional = true }
no-panic = { version = "0.1", optional = true }
[dev-dependencies]
pretty_assertions = "0.6"