mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 10:37:41 +08:00
clippy: allow uninlined_format_args
This commit is contained in:
parent
20f05efb3c
commit
5c0668afcf
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@ -65,6 +65,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
|
args: -- --allow clippy::uninlined_format_args
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
name: Run Rustfmt
|
name: Run Rustfmt
|
||||||
|
Loading…
Reference in New Issue
Block a user