aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/document_collection.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/document_collection.rs')
-rw-r--r--components/script/document_collection.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/document_collection.rs b/components/script/document_collection.rs
index 846efe1d44d..b9b474cfd50 100644
--- a/components/script/document_collection.rs
+++ b/components/script/document_collection.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 https://mozilla.org/MPL/2.0/. */
-use std::collections::{hash_map, HashMap};
+use std::collections::{HashMap, hash_map};
use base::id::{BrowsingContextId, PipelineId};