From 25034f8d4d70b4048d7540264fc18461982406aa Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Fri, 3 Jun 2016 16:25:16 -0300 Subject: Add Clippy as dependency. This brings a lot of clean up on the code. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5889c87..9f510e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,11 @@ authors = ["Matias Linares "] libc = "0.2.*" unix_socket = "*" lazy_static = "0.1.15" +clippy = { version ="*", optional = true } [dependencies.x11] version = "*" features = ["xlib"] + +[features] +default = [] -- cgit v1.2.3-70-g09d2