Also run clippy for benchmarks in CI (#3241)

…and fix two lints
This commit is contained in:
Hocuri
2022-04-22 15:06:34 +02:00
committed by GitHub
parent 9ef0b43c36
commit e9963ecc0d
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --tests --examples
args: --workspace --tests --examples --benches
docs:
name: Rust doc comments