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.
§Changelog
§0.0.3
- Reset edition to 2018 for broader compatibility.
Attribute Macros§
- skip
cargo mutantsshould not mutate functions marked with this attribute.