Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
patch is required to avoid compiler errors by building src/libpanic_unwind/hermit.rs
  • Loading branch information
stlankes committed Mar 19, 2020
1 parent 57e1da5 commit 410cd7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libpanic_unwind/hermit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use alloc::boxed::Box;
use core::any::Any;
use core::ptr;

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

0 comments on commit 410cd7a

Please sign in to comment.