1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

ci: fix clippy lint

This commit is contained in:
Rob Ede 2023-11-10 13:57:49 +00:00
parent 6afca96ddf
commit 5b2085f414
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -34,7 +34,7 @@ jobs:
components: clippy
- name: Check with Clippy
run: cargo clippy --workspace --tests --all-features -- -A unknown_lints -D dbg_macro
run: cargo clippy --workspace --tests --all-features -- -A unknown_lints -D clippy::dbg_macro
public-api-diff:
runs-on: ubuntu-latest