From 1b0696107c0d5e828693a7fc6d9c27a4483e6ce3 Mon Sep 17 00:00:00 2001 From: Moritz Borcherding Date: Mon, 4 Jan 2021 17:51:48 +0100 Subject: [PATCH] reenable clippy. The ICE is apparently no longer being triggered --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c549ebe..99c0a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,11 +63,11 @@ jobs: args: --all -- --check # hits an ICE with clippy 0.0.212. There is a fix in their repo already so if version 0.0.213 comes out this should be reenabled - #- name: Run cargo clippy - # uses: actions-rs/cargo@v1 - # with: - # command: clippy - # args: -- -D warnings + - name: Run cargo clippy + uses: actions-rs/cargo@v1 + with: + command: clippy + args: -- -D warnings # fails CI because criterion needs two versions of autocfg #cargo-deny: