Fix the breakage I added to test warnings.
This commit is contained in:
parent
2c33dfeb59
commit
e1d18942dc
1 changed files with 1 additions and 1 deletions
|
@ -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>);
|
||||
|
|
Loading…
Reference in a new issue