From 86fe3230866082d6207eb5253f2e89623b941f63 Mon Sep 17 00:00:00 2001 From: Till Hoeppner Date: Tue, 9 Jun 2015 20:24:55 +0200 Subject: Screw clippy, it doesn't build, and I'm unsure how to include its license. :( --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ea49ea0..a0be5ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,13 +24,6 @@ log = "*" env_logger = "*" bincode = "*" -[dependencies.clippy] -version = "*" -optional = true - -[features] -lints = ["clippy"] - [profile.release] opt-level = 3 debug = false -- cgit v1.2.3