hashes: Remove unnecessary feature guard from test
This commit is contained in:
parent
0cea90d505
commit
f337dec2b1
|
@ -882,7 +882,6 @@ mod tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(feature = "alloc")]
|
|
||||||
fn fmt_roundtrips() {
|
fn fmt_roundtrips() {
|
||||||
let hash = sha256::Hash::hash(b"some arbitrary bytes");
|
let hash = sha256::Hash::hash(b"some arbitrary bytes");
|
||||||
let hex = format!("{}", hash);
|
let hex = format!("{}", hash);
|
||||||
|
|
Loading…
Reference in New Issue