From a2bd8a33d4e9df2d5d512678bf48843ae964dd33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rouill=C3=A9?= Date: Thu, 7 Nov 2019 17:50:26 +0100 Subject: [PATCH] fix cargo clippy command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc39bda3..0f169c2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ matrix: CLIPPY=true script: - rustup component add clippy - - cargo clippy --all --all-features + - cargo clippy - rust: stable env: NAME=rustfmt