diff --git a/crates/tor-llcrypto/src/pk/keymanip.rs b/crates/tor-llcrypto/src/pk/keymanip.rs index 4a17bd59f..397713f85 100644 --- a/crates/tor-llcrypto/src/pk/keymanip.rs +++ b/crates/tor-llcrypto/src/pk/keymanip.rs @@ -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];