From 76e59a46d3aff701b2e8dfbaf047f6d5c3edcced Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 1 Nov 2018 17:23:56 +0100 Subject: Sort `use` statements --- components/script/dom/css.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/dom/css.rs') diff --git a/components/script/dom/css.rs b/components/script/dom/css.rs index 123828a0690..a4539c17f76 100644 --- a/components/script/dom/css.rs +++ b/components/script/dom/css.rs @@ -2,7 +2,6 @@ * 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 cssparser::{Parser, ParserInput, serialize_identifier}; use crate::dom::bindings::codegen::Bindings::WindowBinding::WindowBinding::WindowMethods; use crate::dom::bindings::error::Fallible; use crate::dom::bindings::reflector::Reflector; @@ -10,6 +9,7 @@ use crate::dom::bindings::root::DomRoot; use crate::dom::bindings::str::DOMString; use crate::dom::window::Window; use crate::dom::worklet::Worklet; +use cssparser::{Parser, ParserInput, serialize_identifier}; use dom_struct::dom_struct; use style::context::QuirksMode; use style::parser::ParserContext; -- cgit v1.2.3