浏览代码

Fix build

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