Fix some build warnings.

This commit is contained in:
Ms2ger 2017-02-07 16:11:56 +01:00
parent 6fe9fd2269
commit 2ddf1f2d91
4 changed files with 12 additions and 14 deletions

View file

@ -4,7 +4,7 @@
use gfx::font_cache_thread::FontCacheThread;
use ipc_channel::ipc;
use style::computed_values::font_family::{FontFamily, FamilyName};
use style::computed_values::font_family::FamilyName;
use style::font_face::{FontFaceRule, Source};
#[test]