mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08: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
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: --all-targets -- --deny warnings
|
args: --all-targets -- --deny warnings --allow clippy::uninlined_format_args
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Run Rustfmt
|
name: Run Rustfmt
|
||||||
|
Loading…
Reference in New Issue
Block a user