mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 15:51:03 +00: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:
@ -1,3 +1,4 @@
|
|||||||
|
#![allow(clippy::reversed_empty_ranges)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub mod documents;
|
pub mod documents;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user