Skip to content

Commit 410cd7a

Browse files
committed
remove unused imports
patch is required to avoid compiler errors by building src/libpanic_unwind/hermit.rs
1 parent 57e1da5 commit 410cd7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libpanic_unwind/hermit.rs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
use alloc::boxed::Box;
66
use core::any::Any;
7-
use core::ptr;
87

98
pub unsafe fn cleanup(_ptr: *mut u8) -> Box<dyn Any + Send> {
109
extern "C" {

0 commit comments

Comments
 (0)