hashes: Remove unnecessary feature guard from test

This commit is contained in:
Tobin C. Harding 2024-03-10 10:34:57 +11:00
parent 0cea90d505
commit f337dec2b1
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 1 deletions

View File

@ -882,7 +882,6 @@ mod tests {
}
#[test]
#[cfg(feature = "alloc")]
fn fmt_roundtrips() {
let hash = sha256::Hash::hash(b"some arbitrary bytes");
let hex = format!("{}", hash);