Skip to content

Commit

Permalink
attributes: remove unused syn's feature visit (#2530)
Browse files Browse the repository at this point in the history
Remove unused `syn`s feature `visit`
  • Loading branch information
klensy committed Apr 13, 2023
1 parent 9744ec0 commit ca26746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ proc-macro = true

[dependencies]
proc-macro2 = "1.0.40"
syn = { version = "1.0.98", default-features = false, features = ["full", "parsing", "printing", "visit", "visit-mut", "clone-impls", "extra-traits", "proc-macro"] }
syn = { version = "1.0.98", default-features = false, features = ["full", "parsing", "printing", "visit-mut", "clone-impls", "extra-traits", "proc-macro"] }
quote = "1.0.20"

[dev-dependencies]
Expand Down

0 comments on commit ca26746

Please sign in to comment.