remove redundant dependency

This commit is contained in:
Kiryl Dziamura 2024-07-13 09:45:10 +02:00
parent 8b95816797
commit f3e91a104b
No known key found for this signature in database
GPG key ID: FB539501A4561ACF
2 changed files with 0 additions and 2 deletions

View file

@ -17,7 +17,6 @@ roc_problem = { path = "../problem" }
roc_region = { path = "../region" }
roc_serialize = { path = "../serialize" }
roc_types = { path = "../types" }
roc_test_utils = { path = "../../test_utils" }
ven_pretty = { path = "../../vendor/pretty" }