diff --git a/framed/src/lib.rs b/framed/src/lib.rs index eb2955c..728ad5a 100644 --- a/framed/src/lib.rs +++ b/framed/src/lib.rs @@ -251,7 +251,7 @@ impl Deref for BoxPayload { } } -// Heap-allocated frame data used as a return type. +/// Heap-allocated frame data used as a return type. #[cfg(feature = "use_std")] #[derive(Debug)] pub struct BoxEncoded(Vec);