mirror of https://git.sr.ht/~stygianentity/bincode
cleaned up imports
This commit is contained in:
parent
2131a69ec8
commit
133a2bcd43
|
|
@ -1,5 +1,4 @@
|
|||
use std::io::Buffer; use std::io::Reader; use std::io::IoError; use std::io::IoResult;
|
||||
use std::io::OtherIoError;
|
||||
use std::io::{Buffer, Reader, IoError, IoResult, OtherIoError};
|
||||
use serialize::Decoder;
|
||||
|
||||
pub struct DecoderReader<'a, R: 'a> {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
use std::io::Writer;
|
||||
use std::io::IoError;
|
||||
use std::io::IoResult;
|
||||
use std::io::{Writer, IoError, IoResult};
|
||||
use serialize::Encoder;
|
||||
|
||||
type EwResult = IoResult<()>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue