rust upgrade

This commit is contained in:
Sean McArthur
2014-12-02 13:12:04 -08:00
parent 1ed4ea5a27
commit fec030a21e
7 changed files with 19 additions and 12 deletions

View File

@@ -496,9 +496,11 @@ impl<'a, H: HeaderFormat> Show for HeaderFormatter<'a, H> {
mod tests {
use std::io::MemReader;
use std::fmt;
use std::borrow::Borrowed;
use std::borrow::Cow::Borrowed;
use std::hash::sip::hash;
use mime::{Mime, Text, Plain};
use mime::Mime;
use mime::TopLevel::Text;
use mime::SubLevel::Plain;
use super::CaseInsensitive;
use super::{Headers, Header, HeaderFormat};
use super::common::{ContentLength, ContentType, Accept, Host};