diff --git a/lints.toml b/lints.toml index a7a7465c02..344f398962 100644 --- a/lints.toml +++ b/lints.toml @@ -12,6 +12,9 @@ deny = [ # 'clippy::missing_safety_doc', # 'clippy::missing_panics_doc', + # detect overflows and underflows + 'clippy::integer_arithmetic', + # Common mistakes 'clippy::await_holding_lock', 'unused_variables',