1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-22 18:33:18 +01:00

Merge branch 'master' into master

This commit is contained in:
Rob Ede 2023-11-10 13:55:31 +00:00 committed by GitHub
commit dfd937630b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 run: cargo clippy --workspace --tests --all-features -- -A unknown_lints -D dbg_macro
public-api-diff: public-api-diff:
runs-on: ubuntu-latest runs-on: ubuntu-latest