Skip to content

Commit 28e0d2f

Browse files
authored
Fix unused import error on wasm
1 parent 01f36c5 commit 28e0d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/tests/mem.rs

+1
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)