v25.2.2
-
Changed: The mutant name of "replace match guard" mutations now includes the original match guard, for example
replace match guard path.path.is_ident("str") with true in type_replacements. Similarly, the "delete match arm" mutation includes the pattern of the arm, for exampledelete match arm BinOp::BitOr(_) in .... -
Internal: Automatically publish cargo-mutants to crates.io from GitHub Actions.