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

derive Display where possible

This commit is contained in:
Robin Appelman 2019-08-27 21:43:46 +02:00
commit 66668e3e61
7 changed files with 47 additions and 91 deletions

View file

@ -24,6 +24,7 @@ serde_json = "1.0"
serde_repr = "0.1"
better-panic = "0.1"
err-derive = "0.1"
parse-display = "0.1"
[dev-dependencies]
pretty_assertions = "0.6"