Use Fx* variants of HashMap and HashSet everywhere in Zed (#7481)
Release Notes: - N/A
This commit is contained in:
parent
7939673a7d
commit
eb236302c2
27 changed files with 96 additions and 102 deletions
|
@ -30,6 +30,7 @@ use mappings::mouse::{
|
|||
scroll_report,
|
||||
};
|
||||
|
||||
use collections::{HashMap, VecDeque};
|
||||
use procinfo::LocalProcessInfo;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use settings::Settings;
|
||||
|
@ -39,7 +40,6 @@ use util::truncate_and_trailoff;
|
|||
|
||||
use std::{
|
||||
cmp::{self, min},
|
||||
collections::{HashMap, VecDeque},
|
||||
fmt::Display,
|
||||
ops::{Deref, Index, RangeInclusive},
|
||||
os::unix::prelude::AsRawFd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue