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

@ -53,9 +53,9 @@ pub mod specified {
use std::fmt;
use std::fmt::{Formatter, Show};
use url::Url;
use cssparser::{mod, Token, Parser, ToCss, CssStringWriter};
use cssparser::{self, Token, Parser, ToCss, CssStringWriter};
use parser::ParserContext;
use text_writer::{mod, TextWriter};
use text_writer::{self, TextWriter};
use servo_util::geometry::Au;
use super::CSSFloat;
use super::computed;