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
1 changed files with 1 additions and 2 deletions

View File

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