From efdd8614a5b020332b83b42e2fe466867d6ed28f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Aug 2021 19:28:30 +0100 Subject: [PATCH] wip debug Signed-off-by: Ian Jackson --- src/slip.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slip.rs b/src/slip.rs index 5b34c53..f4b23a5 100644 --- a/src/slip.rs +++ b/src/slip.rs @@ -64,7 +64,7 @@ impl From for FramesData { fn from(frames: Frames) -> FramesData { frames.frames } } -struct DumpHex<'b>(pub &'b [u8]); +pub struct DumpHex<'b>(pub &'b [u8]); impl Display for DumpHex<'_> { #[throws(fmt::Error)] fn fmt(&self, f: &mut fmt::Formatter) { -- 2.30.2