mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Remove unused dependency (#6435)
[[PR Description]] The `color` crate is not actually used by the `zed` crate, despite being listed as a dependency. This PR removes it.
This commit is contained in:
commit
10437794e4
@ -31,7 +31,6 @@ command_palette = { path = "../command_palette" }
|
||||
# component_test = { path = "../component_test" }
|
||||
client = { path = "../client" }
|
||||
# clock = { path = "../clock" }
|
||||
color = { path = "../color" }
|
||||
copilot = { path = "../copilot" }
|
||||
copilot_ui = { path = "../copilot_ui" }
|
||||
diagnostics = { path = "../diagnostics" }
|
||||
|
Loading…
Reference in New Issue
Block a user