There was a minor import inconsistency in database/benches
This commit is contained in:
Piotr Sarna
2023-04-14 10:37:30 +02:00
committed by GitHub
parent 1bb752cab9
commit fdbe419789
2 changed files with 4 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets --tests --all-features -- -D warnings
args: --all-targets --all-features -- -D warnings
rust-fmt:
runs-on: ubuntu-latest
name: Run Rustfmt