From 5db6abf026b54549f6b26133bfde90cfc4fd2bb3 Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Fri, 15 Sep 2023 11:12:14 -0400 Subject: [PATCH] Update clippy in CI --- .github/workflows/continuous-integration-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index ba2ad1bd..a0ac3ec7 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -124,5 +124,5 @@ jobs: command: clippy args: --all-features --all-targets -- -D warnings -A incomplete-features env: - CARGO_INCREMENTAL: 1 - + # Seems necessary until https://github.com/rust-lang/rust/pull/115819 is merged. + CARGO_INCREMENTAL: 0