clippy: allow uninlined_format_args

This commit is contained in:
Louis Dureuil 2023-01-31 11:13:47 +01:00
parent 20f05efb3c
commit 5c0668afcf
No known key found for this signature in database

View File

@ -65,6 +65,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- --allow clippy::uninlined_format_args
fmt:
name: Run Rustfmt