Skip to content

Commit 4148198

Browse files
committed
Remove clippy from cargo-check call for examples
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 6be81bb commit 4148198

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/msrv.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ jobs:
143143
uses: dtolnay/rust-toolchain@master
144144
with:
145145
toolchain: ${{ matrix.rust }}
146-
components: clippy
147146

148147
- name: Run cargo check
149148
run: cargo check --examples

0 commit comments

Comments
 (0)