3 files changed, 12 insertions(+), 4 deletions(-)

M Cargo.lock
M Cargo.toml
M src/main.rs
M Cargo.lock +12 -0
@@ 88,3 88,15 @@ name = "winapi-build"
 version = "0.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
+[metadata]
+"checksum advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "307c92332867e586720c0222ee9d890bbe8431711efed8a1b06bc5b40fc66bd7"
+"checksum clippy 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6914195cf94ee35ce7dec728a66095f6b4f5a5dd595d1588ba7c6352fc4b02fc"
+"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
+"checksum kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e014dab1082fd9d80ea1fa6fcb261b47ed3eb511612a14198bb507701add083e"
+"checksum libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "cd70bd1f9f3bfadfdcdf92869faecc795686617d3a9acfe74d0c89a4bb6d142b"
+"checksum ncurses 5.73.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7e71c12c0b61e836772a5608165d01d07f1afc31c6976f715c539111d04e588"
+"checksum rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9f7c7a46a8a1f876a89c594f7171a4152f5d7db20bfd4861c4f59b314ee81bff"
+"checksum time 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "7a293822233b81c06fc328921cb771c87a8826a29f4ec595fa78221e482e12f3"
+"checksum unicode-normalization 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c1f678822e45cdc6cf6f56ebd0f4b467328b3425c05e2398a29ddcc50ff0e278"
+"checksum winapi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d2fc09e3b1c07b43c4f877efd63681b575e21e014c8b9bcaa85a0991ed8324"
+"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"

          
M Cargo.toml +0 -1
@@ 8,4 8,3 @@ ncurses = "5.73"
 time = "0.1"
 rand = "0.3"
 getopts = "0.2"
-clippy = "0.0"

          
M src/main.rs +0 -3
@@ 3,9 3,6 @@ 
 // terms of the Do What The Fuck You Want To Public License, Version 2,
 // as published by Sam Hocevar. See the LICENSE file for more details.
 
-#![feature(plugin)]
-#![plugin(clippy)]
-
 extern crate ncurses;
 extern crate time;
 extern crate rand;