Skip to content

Commit cf75986

Browse files
committed
Allow clippy::let_unit_value temporarily
1 parent 8f2f4a4 commit cf75986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ jobs:
316316
uses: actions-rs/cargo@v1
317317
with:
318318
command: clippy
319-
args: ${{ env.ARGS }} --all-targets -- --deny warnings
319+
# Temporarily allow `clippy::let_unit_value`
320+
args: ${{ env.ARGS }} --all-targets -- --deny warnings --allow clippy::let_unit_value
320321

321322
- name: Build
322323
if: ${{ !matrix.dinghy }}

0 commit comments

Comments
 (0)