Different clippy lint allowed
This commit is contained in:
parent
dcfa65509e
commit
839367b5f2
4 changed files with 4 additions and 4 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -65,4 +65,4 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: -- -D warnings
|
||||
args: -- -D warnings -A clippy::unknown-clippy-lints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue