From 385fa011113eeeed88de7a47386382c1341b00a8 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 29 Apr 2023 09:06:20 +0200 Subject: [PATCH] Fix build issue do to features --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6051184..1918bc9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: image: rust commands: - rustup component add clippy - - cargo clippy -- -D warnings + - cargo clippy --all-features -- -D warnings - cargo test --all-features