Browse Source

Fix typo: mingw_unwinding

Sean Leather 6 năm trước cách đây
mục cha
commit
82f898fd48
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/intrinsics.rs

+ 1 - 1
examples/intrinsics.rs

@@ -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]