We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e1da5 commit 410cd7aCopy full SHA for 410cd7a
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