We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50627ef commit 30d767dCopy full SHA for 30d767d
tests/providers/tpm.rs
@@ -32,7 +32,7 @@ lazy_static! {
32
.unwrap()
33
}
34
};
35
- static ref MESSAGE: Vec<u8> = { b"Knights who say 'NI!'".to_owned().to_vec() };
+ static ref MESSAGE: Vec<u8> = b"Knights who say 'NI!'".to_owned().to_vec();
36
static ref HASH: Vec<u8> = {
37
digest::digest(&digest::SHA256, &MESSAGE)
38
.as_ref()
0 commit comments