Commit 8d52b4a
committed
Merge rust-bitcoin#5053: Kill new mutants
9676edc Exclude encoding::Decodable from mutation testing (Jamil Lambert, PhD)
Pull request description:
Recently added `impl encoding::Decodable` construct a new `Decoder`. Mutation testing replaces these with `Default::default()`, which is equivalent to the intended `new()`.
Exclude these from mutation testing to avoid false positives.
Closes rust-bitcoin#5047
ACKs for top commit:
apoelstra:
ACK 9676edc; successfully ran local tests
Tree-SHA512: deddca687fd91de25e586046da11242c58db8ce42f747ac9a4451a13548001c6d9e7f1d6e10f84245ac3b6fe0f23ead34762e31becb48f9a1d8e3caf915b20421 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments