From 121820add8570846a52432d24e4c508050704380 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Sat, 18 Jan 2020 17:41:43 +0000 Subject: [PATCH] Drop clippy from dependencies --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 872fc70..69e061b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,6 @@ categories = ["network-programming", "parser-implementations"] edition = "2018" [dependencies] -clippy = {version = "0.0.302", optional = true} serde = { version = ">=0.8.0, <2.0", optional = true } [dev-dependencies]