Remove unused error: EncodedFrameTooShort.
This commit is contained in:
parent
3b87f4e94e
commit
5b74db824f
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ pub enum Error {
|
|||
/// End of data before a frame started; we received none of a frame.
|
||||
EofBeforeFrame,
|
||||
|
||||
/// The supplied value was too short to be an encoded frame
|
||||
EncodedFrameTooShort,
|
||||
|
||||
/// Forwarded io::Error.
|
||||
#[cfg(feature = "use_std")]
|
||||
Io(io::Error),
|
||||
|
|
Loading…
Reference in a new issue