Fix typo: mingw_unwinding

This commit is contained in:
Sean Leather 2019-05-21 08:43:50 +02:00 committed by GitHub
parent 9c469738d6
commit 3b18638b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -399,7 +399,7 @@ pub fn _Unwind_Resume() {}
pub extern "C" fn eh_personality() {}
#[cfg(all(windows, target_env = "gnu"))]
mod mingw_unwidning {
mod mingw_unwinding {
#[no_mangle]
pub fn rust_eh_personality() {}
#[no_mangle]