Exclude array from formatting

Direct `rustfmt` to exclude formatting of a 32 byte array currently in 4
rows of 8 columns for obvious reasons.
This commit is contained in:
Tobin C. Harding 2022-10-27 13:21:29 +11:00
parent fb7ff46ccc
commit 308a12b7cf
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ use crate::prelude::*;
use crate::util::taproot::{TapLeafHash, TAPROOT_ANNEX_PREFIX, TapSighashHash, LeafVersion};
/// Used for signature hash for invalid use of SIGHASH_SINGLE.
#[rustfmt::skip]
pub(crate) const UINT256_ONE: [u8; 32] = [
1, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,