Skip to content

Commit 7e507a8

Browse files
klensyytmimi
authored andcommitted
config_proc_macro: reduce syn's features
1 parent 2e66891 commit 7e507a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_proc_macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proc-macro = true
1313
[dependencies]
1414
proc-macro2 = "1.0"
1515
quote = "1.0"
16-
syn = { version = "2.0", features = ["full", "visit"] }
16+
syn = { version = "2.0", default-features = false, features = ["full", "parsing", "proc-macro", "printing"] }
1717

1818
[dev-dependencies]
1919
serde = { version = "1.0.160", features = ["derive"] }

0 commit comments

Comments
 (0)