Update to latest Rust

Signed-off-by: Peter Atashian <retep998@gmail.com>
This commit is contained in:
Peter Atashian
2014-11-28 02:22:21 -05:00
parent 00a1452111
commit 00a76cee03
5 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
//! Pieces pertaining to the HTTP message protocol.
use std::borrow::{Borrowed, Owned};
use std::borrow::Cow::{Borrowed, Owned};
use std::cmp::min;
use std::fmt;
use std::io::{mod, Reader, IoResult, BufWriter};