self import

This commit is contained in:
Manish Goregaokar 2015-01-28 13:46:00 +05:30
parent e44ee70faf
commit b68b7e87c8
28 changed files with 36 additions and 36 deletions

View file

@ -60,7 +60,7 @@ use std::cell::{Cell, RefCell, Ref, RefMut};
use std::default::Default;
use std::iter::{FilterMap, Peekable};
use std::mem;
use style::{mod, ComputedValues};
use style::{self, ComputedValues};
use std::sync::Arc;
use uuid;
use string_cache::QualName;