mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
ci: fix clippy lint
This commit is contained in:
parent
6afca96ddf
commit
5b2085f414
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
components: clippy
|
components: clippy
|
||||||
|
|
||||||
- name: Check with 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:
|
public-api-diff:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user