Ignore clippy needless_borrow lint failures

This commit is contained in:
Dan Davison 2021-08-02 09:12:10 +01:00
parent ef92f3f646
commit f956a38bfc

View File

@ -107,7 +107,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: -- -D warnings --allow needless_borrow
coverage:
name: Code coverage