mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
testing_macros: Add missing full
feature to syn
dependency (#4722)
This commit is contained in:
parent
e323bb015b
commit
236074fdde
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ proc-macro = true
|
|||
glob = { workspace = true }
|
||||
proc-macro2 = { workspace = true }
|
||||
quote = { workspace = true }
|
||||
syn = { workspace = true, features = ["extra-traits"] }
|
||||
syn = { workspace = true, features = ["extra-traits", "full"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue