Merge pull request #154 from retep998/master

Update to latest Rust
This commit is contained in:
Sean McArthur
2014-11-28 16:02:22 -08:00
5 changed files with 7 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
//! are already provided, such as `Host`, `ContentType`, `UserAgent`, and others.
use std::any::Any;
use std::ascii::{AsciiExt, AsciiCast};
use std::borrow::{Borrowed, Owned};
use std::borrow::Cow::{Borrowed, Owned};
use std::fmt::{mod, Show};
use std::intrinsics::TypeId;
use std::raw::TraitObject;