Remove 2 suffix for collab, rope, settings, menu

Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
Max Brunsfeld
2024-01-03 12:29:16 -08:00
co-authored by Mikayla
parent 177e3028a9
commit 0cf65223ce
234 changed files with 3765 additions and 42229 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ graph_file=target/crate-graph.html
cargo depgraph \
--workspace-only \
--offline \
--root=zed,cli,collab2 \
--root=zed,cli,collab \
--dedup-transitive-deps \
| dot -Tsvg > $graph_file