Fix differences in the generated code

This commit is contained in:
David Tolnay
2016-09-27 01:04:11 -07:00
parent 9a86e6818f
commit effa298871
4 changed files with 37 additions and 21 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ unstable-testing = ["clippy"]
[dependencies]
clippy = { version = "^0.*", optional = true }
syn = "0.7.1"
syn = "0.8"