From e62ffeac2655b05c9c9ed3c15456c9abdc919fb0 Mon Sep 17 00:00:00 2001 From: dbr Date: Thu, 27 Jan 2022 21:56:37 +1100 Subject: [PATCH] Remove problem-causing check from CI [#595] --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18c648e9f..008c65cfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,6 @@ jobs: ${{ runner.os }}-target-lint- - run: cargo clippy --workspace --all-targets # supported winit versions - - run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --all-features --all-targets - run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-19 --all-targets - run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20 --all-targets - run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22 --all-targets