Skip to content

Commit

Permalink
Rollup merge of rust-lang#70133 - hermitcore:libpanic_unwind, r=nikom…
Browse files Browse the repository at this point in the history
…atsakis

remove unused imports

patch is required to avoid compiler errors by building src/libpanic_unwind/hermit.rs
  • Loading branch information
JohnTitor authored Mar 20, 2020
2 parents 2f77d5f + 410cd7a commit 8615a36
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 8615a36

Please sign in to comment.