Skip to content

Commit edff6b0

Browse files
committed
Merge rust-bitcoin#5119: Rename min_bytes_needed cargo mutants exclude
364c2d6 Rename min_bytes_needed cargo mutants exclude (Tobin C. Harding) Pull request description: Got missed during rebase, merge, rename, I'd guess. Use the new name when excluding. ACKs for top commit: apoelstra: ACK 364c2d6; successfully ran local tests Tree-SHA512: 0a36aab4540642f9b42879c8b526f4f0ea1f5a67ce901e787fa121f9662a71fe5ccd38a7277c3d1ca2a5d3ef29f5f2109291e772f5ad9d9ffb4b0a548324cfc4
2 parents bb76eb7 + 364c2d6 commit edff6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cargo/mutants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude_re = [
1212
"serde_details::<impl de::Visitor<'_>", # Skip serde mutation tests
1313
"Iterator", # Mutating operations in an iterator can result in an infinite loop
1414
"<impl encoding::Decodable for .*>::decoder", # Mutant replacing Default::default() is equivalent to returning new()
15-
"<impl encoding::Decoder for .*>::min_bytes_needed", # Function is just a cast for optimization.
15+
"<impl encoding::Decoder for .*>::read_limit", # Function is just a cast for optimization.
1616

1717

1818
# ----------------------------------Crate-specific exclusions----------------------------------

0 commit comments

Comments
 (0)