From eb606a6d70234fbaeb0d326df4b62da1a5c456d7 Mon Sep 17 00:00:00 2001 From: losfair Date: Mon, 18 Mar 2019 16:42:30 +0800 Subject: [PATCH] Disable clippy temporarily. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0a442cda..8d8fe66c6 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ integration-tests: release lint: cargo fmt --all -- --check - cargo clippy --all + # cargo clippy --all precommit: lint test