remove redundant dependency

This commit is contained in:
Kiryl Dziamura 2024-07-16 11:50:28 +02:00
parent 863fb3b29f
commit 692f8e8090
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

@ -2347,7 +2347,6 @@ dependencies = [
"roc_collections", "roc_collections",
"roc_error_macros", "roc_error_macros",
"roc_exhaustive", "roc_exhaustive",
"roc_fmt",
"roc_module", "roc_module",
"roc_parse", "roc_parse",
"roc_problem", "roc_problem",

View file

@ -13,7 +13,6 @@ roc_error_macros = { path = "../../error_macros" }
roc_exhaustive = { path = "../exhaustive" } roc_exhaustive = { path = "../exhaustive" }
roc_module = { path = "../module" } roc_module = { path = "../module" }
roc_parse = { path = "../parse" } roc_parse = { path = "../parse" }
roc_fmt = { path = "../fmt" }
roc_problem = { path = "../problem" } roc_problem = { path = "../problem" }
roc_region = { path = "../region" } roc_region = { path = "../region" }
roc_serialize = { path = "../serialize" } roc_serialize = { path = "../serialize" }