Merge pull request #297 from spl/patch-1

Fix typo: mingw_unwinding
master
Alex Crichton 2019-05-21 08:35:12 -05:00 committed by GitHub
commit 43bd89914c
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]