Fix tests

This commit is contained in:
Conrad Irwin 2024-01-24 11:35:10 -07:00
parent 9693e14809
commit e072c96003

View file

@ -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());
}