diff --git a/src/common.rs b/src/common.rs index 3112933de493280ae1d39235bbbcb743cfbd8341..b282961aa8feb99f73617b4dcc8123d7d0e5bad9 100644 --- a/src/common.rs +++ b/src/common.rs @@ -100,8 +100,8 @@ pub(crate) enum SyncBlocker { PutMsg(PortId, Payload), NondetChoice { n: u16 }, } -struct DenseDebugHex<'a>(pub &'a [u8]); -struct DebuggableIter + Clone, T: Debug>(pub(crate) I); +pub(crate) struct DenseDebugHex<'a>(pub &'a [u8]); +pub(crate) struct DebuggableIter + Clone, T: Debug>(pub(crate) I); ///////////////////// IMPL ///////////////////// impl IdParts for Id { fn id_parts(self) -> (ConnectorId, U32Suffix) {