Fix unused import error on wasm

This commit is contained in:
DrMeepster 2020-12-18 14:53:55 -08:00 committed by GitHub
parent 01f36c51c2
commit 28e0d2f234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
use core::mem::*;
#[cfg(panic = "unwind")]
use std::rc::Rc;
#[test]