Merge pull request #297 from spl/patch-1

Fix typo: mingw_unwinding
This commit is contained in:
Alex Crichton 2019-05-21 08:35:12 -05:00 committed by GitHub
commit 0774dcdc8b
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]