Fix deprecated clippy option

This commit is contained in:
David Peter 2022-02-05 22:19:43 +01:00 committed by David Peter
parent f5de5487cc
commit e6dad51f34

View File

@ -37,7 +37,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --locked --all-targets --all-features -- --allow clippy::unknown_clippy_lints
args: --locked --all-targets --all-features -- --allow unknown_lints
- name: Run tests
uses: actions-rs/cargo@v1
with: