Different clippy lint allowed

This commit is contained in:
Jonah Dahlquist 2020-11-23 23:12:56 -08:00
commit 839367b5f2
4 changed files with 4 additions and 4 deletions

View file

@ -65,4 +65,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: -- -D warnings -A clippy::unknown-clippy-lints