Skip to content

Commit

Permalink
Remove 2 suffix from gpui_macros, fix compile errors in tests
Browse files Browse the repository at this point in the history
Co-authored-by: Mikayla <[email protected]>
  • Loading branch information
maxbrunsfeld and mikayla-maki committed Jan 3, 2024
1 parent f5ba226 commit 83f4c61
Show file tree
Hide file tree
Showing 29 changed files with 66 additions and 1,665 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[alias]
xtask = "run --package xtask --"

[build]
# v0 mangling scheme provides more detailed backtraces around closures
rustflags = ["-C", "symbol-mangling-version=v0"]
56 changes: 2 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ members = [
"crates/collab_ui",
"crates/collections",
"crates/command_palette",
"crates/component_test",
"crates/context_menu",
"crates/copilot",
"crates/copilot_button",
"crates/db",
"crates/refineable",
"crates/refineable/derive_refineable",
"crates/diagnostics",
"crates/drag_and_drop",
"crates/editor",
"crates/feature_flags",
"crates/feedback",
Expand All @@ -36,7 +33,7 @@ members = [
"crates/gpui",
"crates/gpui_macros",
"crates/gpui",
"crates/gpui2_macros",
"crates/gpui_macros",
"crates/install_cli",
"crates/journal",
"crates/journal",
Expand Down Expand Up @@ -85,7 +82,6 @@ members = [
"crates/vcs_menu",
"crates/workspace",
"crates/welcome",
"crates/xtask",
"crates/zed",
"crates/zed_actions",
]
Expand Down
2 changes: 1 addition & 1 deletion crates/collab_ui/src/face_pile.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use gpui::{
div, AnyElement, ElementId, IntoElement, ParentElement, RenderOnce, Styled, WindowContext,
div, AnyElement, IntoElement, ParentElement, RenderOnce, Styled, WindowContext,
};
use smallvec::SmallVec;

Expand Down
18 changes: 0 additions & 18 deletions crates/component_test/Cargo.toml

This file was deleted.

121 changes: 0 additions & 121 deletions crates/component_test/src/component_test.rs

This file was deleted.

16 changes: 0 additions & 16 deletions crates/context_menu/Cargo.toml

This file was deleted.

Loading

0 comments on commit 83f4c61

Please sign in to comment.