Fix typo: mingw_unwinding

master
Sean Leather 2019-05-21 08:43:50 +02:00 committed by GitHub
parent 4cd9d1cc53
commit 82f898fd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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]