Skip to content

Commit

Permalink
Fix unused import error on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
beepster4096 committed Dec 18, 2020
1 parent 01f36c5 commit 28e0d2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/tests/mem.rs
@@ -1,5 +1,6 @@
use core::mem::*;

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

#[test]
Expand Down

0 comments on commit 28e0d2f

Please sign in to comment.