Expand description
Attribute macros to control how cargo-mutants mutates code.
For example, a function that is difficult to test, or has disruptive effects when mutated, can be marked with skip.
Attribute Macrosยง
- skip
cargo mutantsshould not mutate functions marked with this attribute.