mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
Fix tests
This commit is contained in:
parent
9693e14809
commit
e072c96003
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ impl MessageEditor {
|
|||
let start_offset = end_offset - query.len();
|
||||
let start_anchor = buffer.read(cx).anchor_before(start_offset);
|
||||
|
||||
let mut names = HashSet::new();
|
||||
let mut names = HashSet::default();
|
||||
for (github_login, _) in self.channel_members.iter() {
|
||||
names.insert(github_login.clone());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue