Remove unused imports
This commit is contained in:
parent
f9804feefa
commit
55dbcf2039
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
use collections::HashSet;
|
||||
use editor::{Editor, GoToDiagnostic};
|
||||
use gpui::{
|
||||
div, rems, Div, EventEmitter, InteractiveComponent, ParentComponent, Render, Stateful,
|
||||
rems, Div, EventEmitter, InteractiveComponent, ParentComponent, Render, Stateful,
|
||||
StatefulInteractiveComponent, Styled, Subscription, View, ViewContext, WeakView,
|
||||
};
|
||||
use language::Diagnostic;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue