diff --git a/src/expand.rs b/src/expand.rs index 20ee80c..9b45ec4 100644 --- a/src/expand.rs +++ b/src/expand.rs @@ -126,6 +126,7 @@ fn lint_suppress_with_body() -> Attribute { parse_quote! { #[allow( clippy::async_yields_async, + clippy::diverging_sub_expression, clippy::let_unit_value, clippy::no_effect_underscore_binding, clippy::shadow_same,