From 951cfed3c5cb44d43eeb33965b777ce00d15a77e Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Fri, 14 Jun 2019 07:15:23 +0000 Subject: [PATCH] Disable clippy on CI --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a5586cc..3772749 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,4 @@ jobs: - checkout - run: git submodule update --init --recursive - run: cargo build - - run: | - rustup component add clippy - cargo clippy - run: cd examples && ./test.sh