diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-28 13:46:00 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-28 13:46:00 +0530 |
commit | b68b7e87c8a4729ca1e8c22e88bdb6581c940cb7 (patch) | |
tree | bee923d2b407057833f835c379a39dfa3f7a79cc /components/layout/sequential.rs | |
parent | e44ee70faff95763185a64544907a88466fa94a8 (diff) | |
download | servo-b68b7e87c8a4729ca1e8c22e88bdb6581c940cb7.tar.gz servo-b68b7e87c8a4729ca1e8c22e88bdb6581c940cb7.zip |
self import
Diffstat (limited to 'components/layout/sequential.rs')
-rw-r--r-- | components/layout/sequential.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/sequential.rs b/components/layout/sequential.rs index b91aad6a11c..ff2bd948c51 100644 --- a/components/layout/sequential.rs +++ b/components/layout/sequential.rs @@ -5,7 +5,7 @@ //! Implements sequential traversals over the DOM and flow trees. use context::{LayoutContext, SharedLayoutContext}; -use flow::{mod, Flow, ImmutableFlowUtils, MutableFlowUtils, PostorderFlowTraversal}; +use flow::{self, Flow, ImmutableFlowUtils, MutableFlowUtils, PostorderFlowTraversal}; use flow::{PreorderFlowTraversal}; use flow_ref::FlowRef; use fragment::FragmentBorderBoxIterator; |