Commit 7ba49d6
committed
Merge rust-bitcoin#4654: Remove match arm and guard mutant exclusion
13c5df0 Enhance the weekly mutation workflow markdown (user)
63b61e9 Remove delete match arm and match guard mutation exclusion (user)
Pull request description:
Closes rust-bitcoin#4653
This removes the delete match arm and match guard exclusion as these mutations can now be targeted individually.
~~In draft as I have yet to run the mutations locally to add any exclusions that may still need to be added~~
ACKs for top commit:
jamillambert:
ACK 13c5df0
tcharding:
ACK 13c5df0
apoelstra:
ACK 13c5df0; successfully ran local tests; lgtm
Tree-SHA512: 60a9741a101dae970dba040776c0a635bb697dd1f0ae6baee8131544703fbeeea3d03884b86fbd5710681ff07a83ab4afa94b97a4f925787351baf72a93dd7cbFile tree
2 files changed
+4
-3
lines changed- .cargo
- .github/workflows
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments