Gary Guo 3 年 前
コミット
f34aa1824f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/abi.rs

+ 1 - 1
src/abi.rs

@@ -4,7 +4,7 @@ use core::ops;
 use crate::util::*;
 
 #[cfg(feature = "unwinder")]
-use crate::unwinder::*;
+pub use crate::unwinder::*;
 
 #[repr(transparent)]
 #[derive(Clone, Copy, PartialEq, Eq)]