clippy: allow uninlined_format_args

This commit is contained in:
Louis Dureuil 2023-01-31 09:45:43 +01:00
parent 4549e0a36e
commit 07603373f3
No known key found for this signature in database

View File

@ -108,7 +108,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets -- --deny warnings
args: --all-targets -- --deny warnings --allow clippy::uninlined_format_args
fmt:
name: Run Rustfmt