Skip to content

Commit c9522fe

Browse files
authored
Fix unused import error on wasm
1 parent ce8a070 commit c9522fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/tests/mem.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use core::mem::*;
22

3+
#[cfg(panic = "unwind")]
34
use std::rc::Rc;
45

56
#[test]

0 commit comments

Comments
 (0)