Fix build

This commit is contained in:
Gary Guo 2021-08-26 12:39:51 +01:00
parent 2212467faf
commit f34aa1824f

View File

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