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:
sgj123456 2024-07-11 00:32:46 +08:00 committed by GitHub
parent 07dc4050bf
commit 8a659af82c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"] }