aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/str.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-01-28 13:46:00 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-01-28 13:46:00 +0530
commitb68b7e87c8a4729ca1e8c22e88bdb6581c940cb7 (patch)
treebee923d2b407057833f835c379a39dfa3f7a79cc /components/util/str.rs
parente44ee70faff95763185a64544907a88466fa94a8 (diff)
downloadservo-b68b7e87c8a4729ca1e8c22e88bdb6581c940cb7.tar.gz
servo-b68b7e87c8a4729ca1e8c22e88bdb6581c940cb7.zip
self import
Diffstat (limited to 'components/util/str.rs')
-rw-r--r--components/util/str.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/str.rs b/components/util/str.rs
index 352876919d4..e0642abdffe 100644
--- a/components/util/str.rs
+++ b/components/util/str.rs
@@ -4,7 +4,7 @@
use geometry::Au;
-use cssparser::{mod, RGBA, Color};
+use cssparser::{self, RGBA, Color};
use libc::c_char;
use std::ascii::AsciiExt;