mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 14:54:27 +01:00
clippy: allow uninlined_format_args
This commit is contained in:
parent
4549e0a36e
commit
07603373f3
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user