1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-02 04:56:38 +02:00

Merge branch 'master' into master

This commit is contained in:
Rob Ede
2023-11-10 13:57:58 +00:00
committed by GitHub

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