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 1173a04 commit be3e72aCopy full SHA for be3e72a
rust/immutable-ledger/src/serialize.rs
@@ -631,7 +631,7 @@ mod tests {
631
}
632
633
#[test]
634
- #[allow(clippy::zero_prefixed_literal)]
+ #[allow(clippy::zero_prefixed_literal, clippy::indexing_slicing)]
635
fn genesis_block_encode_decode() {
636
let kid_a: [u8; 16] = hex::decode("00112233445566778899aabbccddeeff")
637
.unwrap()
0 commit comments