clippy: Allow uninlined_format_args in CI

This commit is contained in:
Louis Dureuil 2023-01-31 09:36:57 +01:00
parent 3296cf7ae6
commit d91f8fc493
No known key found for this signature in database

View File

@ -109,7 +109,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets -- --deny warnings
# allow unlined_format_args https://github.com/rust-lang/rust-clippy/issues/10087
args: --all-targets -- --deny warnings --allow clippy::uninlined_format_args
fmt:
name: Run Rustfmt