ui_macros: Remove DerivePathStr
macro (#30862)
This PR removes the `DerivePathStr` macro, as it is no longer used. Also removes the `PathStaticStr` macro from `gpui_macros`, which was also unused. Release Notes: - N/A
This commit is contained in:
parent
f56960ab5b
commit
03419da6f1
9 changed files with 0 additions and 277 deletions
|
@ -13,8 +13,6 @@ path = "src/ui_macros.rs"
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
convert_case.workspace = true
|
||||
proc-macro2.workspace = true
|
||||
quote.workspace = true
|
||||
syn.workspace = true
|
||||
workspace-hack.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue