diff options
author | Till Hoeppner | 2015-06-09 20:24:55 +0200 |
---|---|---|
committer | Till Hoeppner | 2015-06-09 20:24:55 +0200 |
commit | 86fe3230866082d6207eb5253f2e89623b941f63 (patch) | |
tree | 9f24a16bd18110c375920c753eae57271240d47f /Cargo.toml | |
parent | 46cca0951949828b1e2b9d7916a7a34871a49250 (diff) | |
download | ilc-86fe3230866082d6207eb5253f2e89623b941f63.tar.gz ilc-86fe3230866082d6207eb5253f2e89623b941f63.tar.xz ilc-86fe3230866082d6207eb5253f2e89623b941f63.zip |
Screw clippy, it doesn't build, and I'm unsure how to include its license. :(
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -24,13 +24,6 @@ log = "*" env_logger = "*" bincode = "*" -[dependencies.clippy] -version = "*" -optional = true - -[features] -lints = ["clippy"] - [profile.release] opt-level = 3 debug = false |