cargo-mutants 27.0.0

Inject bugs and see if your tests catch them
1
2
3
4
5
/// A module that's not only for tests, but should be excluded anyhow.
#[mutants::skip]
mod skip_this_mod {
    fn inside_skipped_mod() {}
}