mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +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
|
||||
with:
|
||||
command: clippy
|
||||
args: -- --allow clippy::uninlined_format_args
|
||||
|
||||
fmt:
|
||||
name: Run Rustfmt
|
||||
|
Loading…
Reference in New Issue
Block a user