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 ------- src/lib.rs | 1 - 2 files changed, 8 deletions(-) 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 diff --git a/src/lib.rs b/src/lib.rs index aefad34..27454b7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,6 @@ #![feature(plugin, slice_patterns, core, custom_derive)] #![plugin(regex_macros)] -#![cfg_attr(feature = "lints", plugin(clippy))] extern crate regex; extern crate chrono; #[macro_use] -- cgit v1.2.3