Do not copy tokens to String after expanding

This commit is contained in:
David Tolnay
2016-11-24 12:57:31 -08:00
parent 36641e7b81
commit 5bda95ba81
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ with-syn = []
[dependencies]
clippy = { version = "^0.*", optional = true }
quote = "0.3"
quote = "0.3.8"
serde_codegen_internals = { version = "=0.11.1", default-features = false, path = "../serde_codegen_internals" }
syn = { version = "0.10", features = ["aster", "visit"] }
syntex = { version = "^0.50.0", optional = true }