mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
Upgrade to rustc 1.16.0-nightly (2782e8f8f 2017-01-12)
This commit is contained in:
parent
6e26197c06
commit
5cf10622bb
4 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue