mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-27 04:25:06 +08:00
Ignore too many arguments to functions.
This commit is contained in:
parent
42cdc38c7b
commit
9d27ac8a2e
@ -1,4 +1,5 @@
|
|||||||
#![allow(clippy::reversed_empty_ranges)]
|
#![allow(clippy::reversed_empty_ranges)]
|
||||||
|
#![allow(clippy::too_many_arguments)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub mod documents;
|
pub mod documents;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user