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

use main_error for error printing

This commit is contained in:
Robin Appelman 2019-10-05 12:30:18 +02:00
commit 023d2c6f40
3 changed files with 171 additions and 116 deletions

View file

@ -26,6 +26,7 @@ better-panic = "0.1"
err-derive = "0.1"
parse-display = "0.1"
jemallocator = "0.3"
main_error = "0.1.0"
[dev-dependencies]
pretty_assertions = "0.6"