mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
auto merge of #5477 : jdm/servo/warnfix, r=kmcallister
This commit is contained in:
commit
3294778b37
3 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#![feature(box_syntax)]
|
||||
#![feature(core)]
|
||||
#![feature(collections)]
|
||||
#![feature(hash)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#![plugin(string_cache_plugin)]
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue