Skip to content

Commit ef34f09

Browse files
committed
enable visit/visit-mut features
1 parent 395c5a9 commit ef34f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ edition = "2021"
1818
proc-macro = true
1919

2020
[dependencies]
21-
syn = { version = "2.0", features = ["full"] }
21+
syn = { version = "2.0", features = ["full", "visit", "visit-mut"] }
2222
proc-macro2 = "1.0"
2323
quote = "1.0"

0 commit comments

Comments
 (0)