From 4752a9178154227da20cf230af0159394d80016f Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 2 Jul 2018 19:27:11 +0100 Subject: [PATCH] Remove clippy from dependencies. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9fe707f..f170c84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ repository = "https://github.com/ebfull/pairing" [dependencies] rand = "0.4" byteorder = "1" -clippy = { version = "0.0.200", optional = true } ff = "0.3" [features]