Skip to content

Commit 8615a36

Browse files
authored
Rollup merge of #70133 - hermitcore:libpanic_unwind, r=nikomatsakis
remove unused imports patch is required to avoid compiler errors by building src/libpanic_unwind/hermit.rs
2 parents 2f77d5f + 410cd7a commit 8615a36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 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)