1
Fork 0

Fix the breakage I added to test warnings.

This commit is contained in:
Alex Helfet 2020-11-21 19:30:57 +00:00
parent 2c33dfeb59
commit e1d18942dc

View file

@ -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<u8>);