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

1
Cargo.lock generated
View file

@ -2353,7 +2353,6 @@ dependencies = [
"roc_problem", "roc_problem",
"roc_region", "roc_region",
"roc_serialize", "roc_serialize",
"roc_test_utils",
"roc_types", "roc_types",
"static_assertions", "static_assertions",
"ven_pretty", "ven_pretty",

View file

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