Skip to content

Commit

Permalink
Fix formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jun 8, 2022
1 parent 2ecbdc1 commit 0ec3174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/panic_unwind/src/emcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void {
}
}


// This is required by the compiler to exist (e.g., it's a lang item), but it's
// never actually called by the compiler. Emscripten EH doesn't use a
// personality function at all, it instead uses __cxa_find_matching_catch.
Expand Down

0 comments on commit 0ec3174

Please sign in to comment.