aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTill Hoeppner2015-06-09 20:24:55 +0200
committerTill Hoeppner2015-06-09 20:24:55 +0200
commit86fe3230866082d6207eb5253f2e89623b941f63 (patch)
tree9f24a16bd18110c375920c753eae57271240d47f /Cargo.toml
parent46cca0951949828b1e2b9d7916a7a34871a49250 (diff)
downloadilc-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.toml7
1 files changed, 0 insertions, 7 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