1
Fork 0

Remove unused error: EncodedFrameTooShort.

This commit is contained in:
Alex Helfet 2017-12-31 16:19:52 +00:00
parent 3b87f4e94e
commit 5b74db824f

View file

@ -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),