diff options
Diffstat (limited to 'components/layout/table_colgroup.rs')
-rw-r--r-- | components/layout/table_colgroup.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_colgroup.rs b/components/layout/table_colgroup.rs index 5e7b066d206..648c1ae125c 100644 --- a/components/layout/table_colgroup.rs +++ b/components/layout/table_colgroup.rs @@ -19,7 +19,7 @@ use std::cmp::max; use std::fmt; use style::computed_values::LengthOrPercentageOrAuto; use style::ComputedValues; -use sync::Arc; +use std::sync::Arc; /// A table formatting context. pub struct TableColGroupFlow { |