We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f77d5f + 410cd7a commit 8615a36Copy full SHA for 8615a36
src/libpanic_unwind/hermit.rs
@@ -4,7 +4,6 @@
4
5
use alloc::boxed::Box;
6
use core::any::Any;
7
-use core::ptr;
8
9
pub unsafe fn cleanup(_ptr: *mut u8) -> Box<dyn Any + Send> {
10
extern "C" {
0 commit comments