remove unused imports
patch is required to avoid compiler errors by building src/libpanic_unwind/hermit.rs
This commit is contained in:
parent
57e1da59cd
commit
410cd7a3e0
@ -4,7 +4,6 @@
|
||||
|
||||
use alloc::boxed::Box;
|
||||
use core::any::Any;
|
||||
use core::ptr;
|
||||
|
||||
pub unsafe fn cleanup(_ptr: *mut u8) -> Box<dyn Any + Send> {
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user