Skip to content

Commit 61c02d2

Browse files
committed
NFC: Remove unneeded #cfg(...) in digest_tests.rs
The code is always enabled since "wasm32" was spelled wrongly. Apparently the wasm-bindgen compatibility issue is no longer an issue.
1 parent e48fdcf commit 61c02d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/digest_tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ fn digest_misc() {
4646
});
4747
}
4848

49-
// wasm_bindgen doesn't build this correctly.
50-
#[cfg(not(target_arch = "wsam32"))]
5149
mod digest_shavs {
5250
use ring::{digest, test};
5351

0 commit comments

Comments
 (0)