diff --git a/hashes/src/sha256.rs b/hashes/src/sha256.rs index 628809ea..63e214a9 100644 --- a/hashes/src/sha256.rs +++ b/hashes/src/sha256.rs @@ -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);