From 37a9fbe9c062d22b45e1f61e48b5780e93c5f423 Mon Sep 17 00:00:00 2001 From: adrian-kong Date: Fri, 25 Nov 2022 15:22:31 +1100 Subject: [PATCH] revert pub framerImpl --- rust/sbp/src/de.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/sbp/src/de.rs b/rust/sbp/src/de.rs index 05e550d7e2..e20951cc31 100644 --- a/rust/sbp/src/de.rs +++ b/rust/sbp/src/de.rs @@ -190,7 +190,7 @@ impl futures::Stream for Decoder { } #[derive(Debug, Clone, Default)] -pub struct FramerImpl; +struct FramerImpl; impl dencode::Decoder for FramerImpl { type Item = Frame;