diff --git a/Cargo.toml b/Cargo.toml index 34909acb6..ac0966463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,6 +81,7 @@ clippy.field_reassign_with_default = "allow" clippy.get_first = "allow" clippy.if_same_then_else = "allow" clippy.len_without_is_empty = "allow" +clippy.manual_range_contains = "allow" clippy.manual_is_ascii_check = "allow" clippy.mut_from_ref = "allow" clippy.needless_return = "allow"