fix(rustup): update io import, Writer::write
Make it build with the latest rust-nightly (2015-01-27) Renamed io import to old_io. Renamed Writer::write to Writer::write_all
This commit is contained in:
committed by
Sean McArthur
parent
537d691d61
commit
f606b6039d
@@ -18,8 +18,8 @@
|
||||
//! to the `status`, the `headers`, and the response body via the `Writer`
|
||||
//! trait.
|
||||
use std::default::Default;
|
||||
use std::io::IoResult;
|
||||
use std::io::util::copy;
|
||||
use std::old_io::IoResult;
|
||||
use std::old_io::util::copy;
|
||||
use std::iter::Extend;
|
||||
|
||||
use url::UrlParser;
|
||||
|
||||
Reference in New Issue
Block a user