chore(common-macro): remove features covered by full (#4131)

This commit is contained in:
Yingwen
2024-06-11 07:44:53 +00:00
committed by GitHub
parent 587e99d806
commit 5533bd9293
-5
View File
@@ -14,11 +14,6 @@ workspace = true
proc-macro2 = "1.0.66"
quote = "1.0"
syn = { version = "2.0", features = [
"derive",
"parsing",
"printing",
"clone-impls",
"proc-macro",
"extra-traits",
"full",
] }