Ask proc_macro_derive to ignore serde attributes

This commit is contained in:
David Tolnay
2016-11-15 21:29:34 -05:00
parent 133d117bf4
commit a16f07858b
4 changed files with 22 additions and 88 deletions
-1
View File
@@ -22,7 +22,6 @@ with-syn = []
[dependencies]
clippy = { version = "^0.*", optional = true }
post-expansion = "0.2"
quote = "0.3"
serde_codegen_internals = { version = "=0.10.0", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.10", features = ["aster", "visit"] }