From c5d82e05907320367834136783b22cc52f357826 Mon Sep 17 00:00:00 2001 From: Hidehito Yabuuchi Date: Sun, 11 Mar 2018 14:07:16 +0900 Subject: [PATCH] Remove duct dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 802e7733985..98032e62223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,6 @@ regex = "0.2" [dev-dependencies] compiletest_rs = "0.3.7" -duct = "0.8.2" lazy_static = "1.0" serde_derive = "1.0" clippy-mini-macro-test = { version = "0.2", path = "mini-macro" } -- 2.44.0