From de0de4013d667057d44449310866d3719d116c7f Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Mon, 25 Mar 2024 20:41:37 -0700 Subject: [PATCH] hex_utils: fix typo found by clippy --- lib/src/hex_util.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/hex_util.rs b/lib/src/hex_util.rs index 5a1611e4a..41999d3f8 100644 --- a/lib/src/hex_util.rs +++ b/lib/src/hex_util.rs @@ -71,7 +71,6 @@ fn iter_half_bytes(bytes: &[u8]) -> impl ExactSizeIterator + '_ { }) } -#[cfg(test)] #[cfg(test)] mod tests { use super::*;