servo: Merge #5477 - Warning patrol (from jdm:warnfix); r=kmcallister

Source-Repo: https://github.com/servo/servo
Source-Revision: 3294778b371799f6594ba6e39986685c001b017c
This commit is contained in:
Josh Matthews 2015-04-01 17:30:41 -06:00
parent b1a7a48af5
commit 8b327814f4
3 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ use font_cache_task::FontCacheTask;
use font_template::FontTemplateDescriptor;
use platform::font::FontHandle;
use platform::font_template::FontTemplateData;
use util::arc_ptr_eq;
use util::cache::HashCache;
use util::fnv::FnvHasher;
use util::geometry::Au;

View File

@ -8,6 +8,7 @@
#![feature(box_syntax)]
#![feature(core)]
#![feature(collections)]
#![feature(hash)]
#![feature(rustc_private)]
#![plugin(string_cache_plugin)]

View File

@ -1460,7 +1460,6 @@ pub mod longhands {
<%self:longhand name="font-family">
use self::computed_value::FontFamily;
use std::borrow::ToOwned;
use string_cache::Atom;
use values::computed::ComputedValueAsSpecified;