Skip to content

Commit 97556d2

Browse files
committed
md5: remove unused dead_code allow attribute
Addresses GitHub Copilot's code review comment to remove the unnecessary #[allow(dead_code)] attribute from MD5_CONSTANTS_PACKED static, as the constant array is actively used by the inline assembly code.
1 parent 887176d commit 97556d2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

md5/src/compress/aarch64_asm.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use crate::consts::RC;
77
// For now, we'll optimize the I function with ORN instruction (available in scalar AArch64)
88

99
// Pack constants into 64-bit values for more efficient loading with ldp
10-
#[allow(dead_code)]
1110
static MD5_CONSTANTS_PACKED: [u64; 32] = [
1211
// F round constants (packed pairs)
1312
0xe8c7b756d76aa478,

0 commit comments

Comments
 (0)