chore: fix clippy (#3540)

This commit is contained in:
Roman Krasiuk
2023-07-03 14:26:17 +03:00
committed by GitHub
parent 4f32f5627c
commit f2f3425f1c
19 changed files with 34 additions and 41 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: cargo clippy
uses: actions-rs/clippy-check@v1
with:
args: --all --all-features
args: --all --all-features -- -A clippy::incorrect_clone_impl_on_copy_type -A clippy::arc_with_non_send_sync
token: ${{ secrets.GITHUB_TOKEN }}
doc-lint: