We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecbdc1 commit 0ec3174Copy full SHA for 0ec3174
library/panic_unwind/src/emcc.rs
@@ -105,7 +105,6 @@ extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void {
105
}
106
107
108
-
109
// This is required by the compiler to exist (e.g., it's a lang item), but it's
110
// never actually called by the compiler. Emscripten EH doesn't use a
111
// personality function at all, it instead uses __cxa_find_matching_catch.
0 commit comments