Skip to content

Commit 63b61e9

Browse files
committed
Remove delete match arm and match guard mutation exclusion
As of the most recent cargo mutants version v25.2.0 delete match arm and replace match guard mutations can now be identified on function name patterns and as a result can be effectively excluded using the existing mutation exclusion patterns.
1 parent ad40e69 commit 63b61e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.cargo/mutants.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ exclude_re = [
1010
".*Error",
1111
"deserialize", # Skip serde mutation tests
1212
"Iterator", # Mutating operations in an iterator can result in an infinite loop
13-
"match arm", "match guard", # New addition in cargo-mutants 25.0.1 deletes match arms and replaces match guards even in excluded functions
1413

1514
# ----------------------------------Crate-specific exclusions----------------------------------
1615
# Units

0 commit comments

Comments
 (0)