llcrypto: Fix clippy lint.

This commit is contained in:
Gabriela Moldovan 2023-06-26 15:46:11 +01:00
parent e06fc04b0b
commit 7c44984f3d
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ mod tests {
// TODO #808: Remove this test after upgrading to the latest x25519-dalek. The only purpose
#[test]
fn static_secret_clamping() {
let mut secret = [1u8; 32];
let mut secret = [1_u8; 32];
const LAST_BYTE: &[u8] = &[0b10111111, 0b10000000];