We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ce314 commit 8da0becCopy full SHA for 8da0bec
.cargo/mutants.toml
@@ -46,4 +46,6 @@ exclude_re = [
46
"Script<T>::to_hex", # Deprecated
47
"ScriptBuf::to_hex", # Deprecated
48
"ScriptBuf<T>::to_hex", # Deprecated
49
+ "<impl Encoder for WitnessEncoder<'a>>::current_chunk", # Replacing the return with Some(vec![]) causes an infinite loop.
50
+ "<impl Encoder for WitnessEncoder<'a>>::advance", # Replacing the return with true causes an infinite loop.
51
]
0 commit comments