From 6642d889d095ef17e8ba33a6e1cefcb0aa80feb8 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 2 Jan 2017 15:48:10 -0800 Subject: [PATCH] Disable clippy, which is broken on nightly at the moment --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08f200448..7df7975e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,10 @@ include = ["Cargo.toml", "src/**/*.rs"] [features] with-syntex = ["syntex_syntax"] -unstable-testing = ["clippy", "compiletest_rs"] + +# Clippy is currently broken on nightly +#unstable-testing = ["clippy", "compiletest_rs"] +unstable-testing = ["compiletest_rs"] [dependencies] syntex_syntax = { version = "^0.53.0", optional = true }