aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/protocols/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/protocols/mod.rs')
-rw-r--r--components/net/protocols/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/protocols/mod.rs b/components/net/protocols/mod.rs
index 51d43ab9d2a..f8b989b9623 100644
--- a/components/net/protocols/mod.rs
+++ b/components/net/protocols/mod.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 std::collections::hash_map::Entry;
use std::collections::HashMap;
+use std::collections::hash_map::Entry;
use std::future::Future;
use std::ops::Bound;
use std::pin::Pin;