Upgrade to rustc 1.16.0-nightly (2782e8f8f 2017-01-12)

This commit is contained in:
Simon Sapin 2017-01-12 23:39:24 +01:00
parent 6e26197c06
commit 5cf10622bb
4 changed files with 7 additions and 7 deletions

View file

@ -40,7 +40,8 @@ use encoding::all::UTF_8;
use encoding::label::encoding_from_whatwg_label;
use encoding::types::{DecoderTrap, EncoderTrap, Encoding, EncodingRef};
use euclid::length::Length;
use html5ever::serialize::{self, SerializeOpts};
use html5ever::serialize;
use html5ever::serialize::SerializeOpts;
use hyper::header::{ContentLength, ContentType};
use hyper::header::Headers;
use hyper::method::Method;