Skip to content

v25.2.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 02:30
· 93 commits to main since this release
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 example delete match arm BinOp::BitOr(_) in ....

  • Internal: Automatically publish cargo-mutants to crates.io from GitHub Actions.