Skip to content

Commit 43bd899

Browse files
authored
Merge pull request #297 from spl/patch-1
Fix typo: mingw_unwinding
2 parents 4cd9d1c + 82f898f commit 43bd899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ pub fn _Unwind_Resume() {}
399399
pub extern "C" fn eh_personality() {}
400400

401401
#[cfg(all(windows, target_env = "gnu"))]
402-
mod mingw_unwidning {
402+
mod mingw_unwinding {
403403
#[no_mangle]
404404
pub fn rust_eh_personality() {}
405405
#[no_mangle]

0 commit comments

Comments
 (0)