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:
Ewan Higgs 2022-10-25 21:12:59 +02:00
parent 2ce025a906
commit 42cdc38c7b

View File

@ -1,3 +1,4 @@
#![allow(clippy::reversed_empty_ranges)]
#[macro_use]
pub mod documents;