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
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ doctest = false
|
|||
[dependencies]
|
||||
proc-macro2 = "1.0.66"
|
||||
quote = "1.0.9"
|
||||
syn = { version = "1.0.72", features = ["full"] }
|
||||
syn = { version = "1.0.72", features = ["full", "extra-traits"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue