Remove CLI changes for clippy

This commit is contained in:
Louis Dureuil 2023-02-07 09:28:58 +01:00
parent 380469665f
commit ed9cc1af55
No known key found for this signature in database

View File

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