diff options
Diffstat (limited to 'components/layout/data.rs')
-rw-r--r-- | components/layout/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/data.rs b/components/layout/data.rs index 697aa58c65a..5f6672d1488 100644 --- a/components/layout/data.rs +++ b/components/layout/data.rs @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -use atomic_refcell::AtomicRefCell; use crate::construct::ConstructionResult; +use atomic_refcell::AtomicRefCell; use script_layout_interface::StyleData; #[repr(C)] |