mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Ignore too many arguments to functions.
This commit is contained in:
parent
42cdc38c7b
commit
9d27ac8a2e
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#![allow(clippy::reversed_empty_ranges)]
|
||||
#![allow(clippy::too_many_arguments)]
|
||||
#[macro_use]
|
||||
pub mod documents;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue