Warning patrol.

This commit is contained in:
Josh Matthews 2015-04-01 12:59:51 -04:00
parent ba0d28e002
commit 57c5b3228a
3 changed files with 1 additions and 2 deletions

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;