aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/incremental.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/layout/incremental.rs
parente44ee70faff95763185a64544907a88466fa94a8 (diff)
downloadservo-b68b7e87c8a4729ca1e8c22e88bdb6581c940cb7.tar.gz
servo-b68b7e87c8a4729ca1e8c22e88bdb6581c940cb7.zip
self import
Diffstat (limited to 'components/layout/incremental.rs')
-rw-r--r--components/layout/incremental.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs
index 2ce9df833c0..1b89015e6aa 100644
--- a/components/layout/incremental.rs
+++ b/components/layout/incremental.rs
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-use flow::{mod, Flow};
+use flow::{self, Flow};
use flow::{IS_ABSOLUTELY_POSITIONED};
use std::fmt;