Skip to content

Commit 16d43c4

Browse files
committed
fixup! Run clippy checks in CI
1 parent 10faf2d commit 16d43c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
rustup component add clippy
5656
rustup update --no-self-update
5757
58-
- run: cargo clippy --all
58+
# FIXME(msrv): suggestions do not work in 1.23, nor dows `#![allow(clippy::...)]`
59+
- run: cargo clippy --all -- -Aclippy::while_let_loop
5960

6061
msrv:
6162
name: Check building with the MSRV

0 commit comments

Comments
 (0)