Skip to content

Commit e4a54b0

Browse files
doublegateclaude
andcommitted
fix(ci): prefix unused variable to satisfy -Dwarnings
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cbafa79 commit e4a54b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wraith-crypto/tests/double_ratchet_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn test_double_ratchet_rekeying_integration() {
5555

5656
// Verify ciphertext is different/valid structure
5757
// Header is 40 bytes.
58-
let header_bytes = &ciphertext2[0..40];
58+
let _header_bytes = &ciphertext2[0..40];
5959

6060
// 5. Bob receives. Should trigger DH ratchet.
6161
let decrypted2 = bob.read_message(&ciphertext2).unwrap();

0 commit comments

Comments
 (0)