diff options
Diffstat (limited to 'components/layout/incremental.rs')
-rw-r--r-- | components/layout/incremental.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs index b0b4ec51437..6734620e5a0 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 crate::flow::{FlowFlags, Flow, GetBaseFlow}; +use crate::flow::{Flow, FlowFlags, GetBaseFlow}; use style::computed_values::float::T as Float; use style::selector_parser::RestyleDamage; use style::servo::restyle_damage::ServoRestyleDamage; |