From 3737cdee6a99431b30cbe59454ffe6485bb89562 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 18 Mar 2022 12:45:53 -0500 Subject: [PATCH] Install Clippy. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a2d4fd3..6f4c4d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: test image: rust commands: - - rustup component add rustfmt + - rustup component add clippy rustfmt - cargo fmt --check - cargo build --all - cargo build --examples --all