From 3ebea359faba338b8573661fda855801852ec602 Mon Sep 17 00:00:00 2001 From: mcarton Date: Sat, 20 Oct 2018 15:24:51 +0200 Subject: [PATCH] Remove unused dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf861c2..5457127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ appveyor = { repository = "mcarton/rust-derivative" } proc-macro = true [dependencies] -itertools = "~0.7" quote = "^0.6" proc-macro2 = "0.4" syn = { version = "0.15", features = ["full", "visit", "extra-traits"] }