From 959f029457c294b402db517a84acbd18aae34abd Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Tue, 7 Jul 2020 16:26:22 -0700 Subject: [PATCH] make clippy warnings errors in CI (#605) * make clippy warnings errors in CI * Apply fixes from cargo clippy --all-features --all-targets -- -D warnings * Resolve merge conflicts Co-authored-by: Deirdre Connolly --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 49fcf539..8621ce26 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -49,7 +49,7 @@ jobs: uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features --all-targets + args: --all-features --all-targets -- -D warnings fmt: name: Rustfmt