diff options
Diffstat (limited to 'components/layout/incremental.rs')
-rw-r--r-- | components/layout/incremental.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs index adabc4bb471..6f60e9a2ab8 100644 --- a/components/layout/incremental.rs +++ b/components/layout/incremental.rs @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use flow::{self, AFFECTS_COUNTERS, Flow, HAS_COUNTER_AFFECTING_CHILDREN, IS_ABSOLUTELY_POSITIONED}; - use std::fmt; use std::sync::Arc; use style::computed_values::float; |