Exclude long function call

Skip formatting `taproot_signature_hash` function calls in test code.
This commit is contained in:
Tobin C. Harding 2022-11-16 10:16:01 +11:00
parent ff5a80dbd3
commit b2e74bc050
1 changed files with 1 additions and 0 deletions

View File

@ -1269,6 +1269,7 @@ mod tests {
}
#[test]
#[rustfmt::skip] // Allow long function call `taproot_signature_hash`.
fn test_sighash_errors() {
let dumb_tx = Transaction {
version: 0,