Merge pull request #6 from victormignot/fix-lint-pipeline-warning

Remove useless flags for clippy on pipeline
This commit is contained in:
Victor Mignot 2022-10-17 18:14:34 +00:00 committed by GitHub
commit 70c10be0d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
run: cargo fmt --check
- name: Lint
run: cargo clippy -- -D warnings
run: cargo clippy
- name: Tests
run: cargo test