Backed out changeset a417b9d7712d for vendoring bustage. r=backout on a CLOSED TREE

Backs out https://github.com/servo/servo/pull/17565
This commit is contained in:
Gecko Backout 2017-07-28 22:06:00 +00:00 committed by moz-servo-sync
parent 12a49dc0be
commit f022936ebb
6 changed files with 219 additions and 467 deletions

View file

@ -7,11 +7,9 @@
#[macro_use] extern crate bitflags;
#[macro_use] extern crate cssparser;
#[macro_use] extern crate heapsize_derive;
#[macro_use] extern crate log;
#[macro_use] extern crate matches;
extern crate fnv;
extern crate heapsize;
extern crate phf;
extern crate precomputed_hash;
#[cfg(test)] #[macro_use] extern crate size_of_test;