From 74333f47a6076bcff5660c665730a919b79ceb18 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Sat, 13 Feb 2021 19:34:04 +0100 Subject: [PATCH] ci: disallow clippy warnings --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df75e1c..6093260 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,4 +81,4 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: --all-targets --all-features # -D warnings <-- Uncomment to fail when there is a clippy warning + args: --all-targets --all-features -D warnings