v25.2.0
-
New:
gitignoreconfig key in.cargo/mutants.tomlto control whether.gitignorepatterns are respected when copying source trees, corresponding to--gitignore. -
Changed: The mutant name for mutations of
matchstatements and guard expressions now includes the enclosing function name, for examplereplace match guard with true in find_path_attribute.