changed order of reexports

This commit is contained in:
debris 2015-12-08 13:02:32 +01:00
parent 36c586eb21
commit d5ab429e77
1 changed files with 1 additions and 1 deletions

View File

@ -41,8 +41,8 @@ mod tests;
pub use self::errors::DecoderError;
pub use self::traits::{Decoder, Decodable, View, Stream, Encodable, Encoder};
pub use self::untrusted_rlp::{UntrustedRlp, UntrustedRlpIterator, PayloadInfo, Prototype};
pub use self::rlp::{Rlp, RlpIterator};
pub use self::untrusted_rlp::{UntrustedRlp, UntrustedRlpIterator, Prototype, PayloadInfo};
pub use self::rlpstream::{RlpStream};
/// Shortcut function to decode trusted rlp