Cargo Features
[dependencies]
syn-path = { version = "2.1.0", default-features = false, features = ["proc-macro"] }
- default = proc-macro
-
The
proc-macrofeature is set by default wheneversyn-pathis added withoutsomewhere in the dependency tree.default-features = false - proc-macro default
-
Enables proc-macro of proc-macro2 and syn
syn-path has 2 features without comments.