Update codegen internals to syn 0.10

This commit is contained in:
David Tolnay
2016-11-02 22:52:20 -07:00
parent c91fca19e1
commit 6d40d9e8ec
2 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ unstable-testing = ["clippy"]
[dependencies]
clippy = { version = "^0.*", optional = true }
syn = "0.9"
syn = "0.10"