mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Allow weird ranges like 1..=0 to pass clippy.
Everything else is just a warning and exit code will be 0.
This commit is contained in:
parent
2ce025a906
commit
42cdc38c7b
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#![allow(clippy::reversed_empty_ranges)]
|
||||
#[macro_use]
|
||||
pub mod documents;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue