mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
Clippy
This commit is contained in:
parent
c1df166700
commit
c5ad1728f9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use anyhow::Result;
|
||||
use channel::{ChannelId, ChannelMembership, ChannelStore, MessageParams};
|
||||
use client::{User, UserId};
|
||||
use client::UserId;
|
||||
use collections::{HashMap, HashSet};
|
||||
use editor::{AnchorRangeExt, CompletionProvider, Editor, EditorElement, EditorStyle};
|
||||
use fuzzy::StringMatchCandidate;
|
||||
|
|
Loading…
Reference in a new issue