Merge branch 'master' of github.com:TyOverby/bincode

This commit is contained in:
Ty Overby 2015-03-26 10:35:43 -07:00
commit a24d54a915
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pub type EncodingResult<T> = Result<T, EncodingError>;
/// An error that can be produced during encoding. /// An error that can be produced during encoding.
#[derive(Debug)] #[derive(Debug,Clone,PartialEq)]
pub enum EncodingError { pub enum EncodingError {
/// An error originating from the underlying `Writer`. /// An error originating from the underlying `Writer`.
IoError(IoError), IoError(IoError),