From 410cd7a3e0db8e83800173347ef9d08103abdd74 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 19 Mar 2020 07:43:16 +0100 Subject: [PATCH] remove unused imports patch is required to avoid compiler errors by building src/libpanic_unwind/hermit.rs --- src/libpanic_unwind/hermit.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libpanic_unwind/hermit.rs b/src/libpanic_unwind/hermit.rs index 6bded4dd499bd..69b9edb77c564 100644 --- a/src/libpanic_unwind/hermit.rs +++ b/src/libpanic_unwind/hermit.rs @@ -4,7 +4,6 @@ use alloc::boxed::Box; use core::any::Any; -use core::ptr; pub unsafe fn cleanup(_ptr: *mut u8) -> Box { extern "C" {