Skip to content

Commit

Permalink
reenable clippy. The ICE is apparently no longer being triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingSpark committed Jan 4, 2021
1 parent 548d277 commit 1b06961
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b06961

Please sign in to comment.