Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge rust-bitcoin#4038: Update mutants.toml
3c12d4e Add primitives to mutants.toml (Jamil Lambert, PhD) 32b0513 Reorganize mutants.toml (Jamil Lambert, PhD) Pull request description: All of the mutants found by `cargo mutants` in primitives have been killed in: rust-bitcoin#3948, rust-bitcoin#3971, rust-bitcoin#3987, rust-bitcoin#4012, rust-bitcoin#4019, rust-bitcoin#4020, rust-bitcoin#4024, rust-bitcoin#4033, rust-bitcoin#4036, rust-bitcoin#4037. Add `deserialize` as a general exception. The mutant is changing the return value to Ok(Default::default()), and a test to kill it doesn't prove anything other than the function can return something. Reword comments to make them clearer. Add the required exceptions for cases in primitives that need to be skipped. Add primitives to the examine paths. ACKs for top commit: tcharding: ACK 3c12d4e apoelstra: ACK 3c12d4e; successfully ran local tests Tree-SHA512: 8848164bfea8f44c49c3055d3c6daa9bbc6d65de86b36b1f2022e6cb872602ee878a1dcf62c10da615b26c906d97a606ab4b96cf12d1a2bced2984ec03cc6d67
- Loading branch information