Gary Guo hace 3 años
padre
commit
f34aa1824f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)]