mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
gpui_macros: Enable extra-traits
feature for syn
(#14067)
Must enable extra-traits of syn feature to enable Debug trait of Visibility Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
parent
07dc4050bf
commit
8a659af82c
@ -16,4 +16,4 @@ doctest = false
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
proc-macro2 = "1.0.66"
|
proc-macro2 = "1.0.66"
|
||||||
quote = "1.0.9"
|
quote = "1.0.9"
|
||||||
syn = { version = "1.0.72", features = ["full"] }
|
syn = { version = "1.0.72", features = ["full", "extra-traits"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user