diff --git a/Cargo.toml b/Cargo.toml index 77cc2e7ba..241bb3a74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,6 +183,7 @@ manual_string_new = "warn" map_err_ignore = "warn" map_flatten = "warn" map_unwrap_or = "warn" +match_bool = "warn" match_on_vec_items = "warn" match_same_arms = "warn" match_wild_err_arm = "warn"