Skip to content
Closed
Prev Previous commit
Next Next commit
syn full feature
  • Loading branch information
ShaharNaveh committed Mar 24, 2026
commit f7b11b65d0d1e92c84e27f1dc4754ee58f8937e0
2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doctest = false
[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }
syn = { workspace = true, features = ["full"] }

[lints]
workspace = true