We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653118e commit 225a32fCopy full SHA for 225a32f
.github/workflows/ci.yml
@@ -52,9 +52,6 @@ jobs:
52
- name: Install rustfmt
53
run: rustup component add rustfmt
54
55
- - name: Install clippy
56
- run: rustup component add clippy
57
-
58
- name: Download artifact
59
run: curl -LO https://github.com/antoyo/gcc/releases/latest/download/${{ matrix.libgccjit_version.gcc }}
60
@@ -101,11 +98,6 @@ jobs:
101
98
- name: Check formatting
102
99
run: cargo fmt -- --check
103
100
104
- - name: clippy
105
- run: |
106
- cargo clippy --all-targets -- -D warnings
107
- cargo clippy --all-targets --features master -- -D warnings
108
109
duplicates:
110
runs-on: ubuntu-latest
111
steps:
0 commit comments