mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 14:54:27 +01: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,3 +1,4 @@
|
||||
#![allow(clippy::reversed_empty_ranges)]
|
||||
#[macro_use]
|
||||
pub mod documents;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user