Run clippy on benches as well

This commit is contained in:
David Tolnay 2021-12-12 12:04:30 -08:00
parent fcdb43ec93
commit 5d3b787011
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -46,4 +46,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
- run: cargo clippy --tests --benches -- -Dclippy::all -Dclippy::pedantic