-
New: Additional mutation patterns: delete
match
arms if there is a default arm, and replaceif
guards from match arms withtrue
andfalse
. -
Changed: Show more type parameters in mutant names, like
impl From<&str> for Foo
rather thanimpl From for Foo
. -
Fixed: Support crates that use a non-default Cargo registry. Previously,
cargo metadata
failed with "registry index was not found." -
Improved: Warn if
--jobs
is set higher than 8, which is likely to be too high. -
Improved: Don't warn about expected/harmless exit codes from Nextest.