summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2019-12-21 22:32:06 +0000
committerNadrieril2019-12-21 22:32:06 +0000
commit7680d4f036bbcfd97f687f4d0cfc9be9a195d423 (patch)
treef57fada020a3272e93f331d0dfcbf1b1a36a17b8
parentbd2ab17dd0d61d70105a9946d3998bcdb17d04a4 (diff)
No need for syn features
-rw-r--r--dhall_proc_macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_proc_macros/Cargo.toml b/dhall_proc_macros/Cargo.toml
index f9d6e1a..ef8ae6c 100644
--- a/dhall_proc_macros/Cargo.toml
+++ b/dhall_proc_macros/Cargo.toml
@@ -16,4 +16,4 @@ doctest = false
itertools = "0.8.0"
quote = "1.0.2"
proc-macro2 = "1.0.2"
-syn = { version = "1.0.5", features = ["full", "extra-traits"] }
+syn = "1.0.5"