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 collections::HashSet;
|
||||||
use editor::{Editor, GoToDiagnostic};
|
use editor::{Editor, GoToDiagnostic};
|
||||||
use gpui::{
|
use gpui::{
|
||||||
div, rems, Div, EventEmitter, InteractiveComponent, ParentComponent, Render, Stateful,
|
rems, Div, EventEmitter, InteractiveComponent, ParentComponent, Render, Stateful,
|
||||||
StatefulInteractiveComponent, Styled, Subscription, View, ViewContext, WeakView,
|
StatefulInteractiveComponent, Styled, Subscription, View, ViewContext, WeakView,
|
||||||
};
|
};
|
||||||
use language::Diagnostic;
|
use language::Diagnostic;
|
||||||
|
|
|
@ -24,7 +24,7 @@ use std::{
|
||||||
Arc,
|
Arc,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
use theme2::default_color_scales;
|
|
||||||
use ui::v_stack;
|
use ui::v_stack;
|
||||||
use ui::{prelude::*, Icon, IconButton, IconElement, TextColor, Tooltip};
|
use ui::{prelude::*, Icon, IconButton, IconElement, TextColor, Tooltip};
|
||||||
use util::truncate_and_remove_front;
|
use util::truncate_and_remove_front;
|
||||||
|
|
|
@ -63,7 +63,7 @@ use std::{
|
||||||
sync::{atomic::AtomicUsize, Arc},
|
sync::{atomic::AtomicUsize, Arc},
|
||||||
time::Duration,
|
time::Duration,
|
||||||
};
|
};
|
||||||
use theme2::{default_color_scales, ActiveTheme, ThemeSettings};
|
use theme2::{ActiveTheme, ThemeSettings};
|
||||||
pub use toolbar::{ToolbarItemEvent, ToolbarItemLocation, ToolbarItemView};
|
pub use toolbar::{ToolbarItemEvent, ToolbarItemLocation, ToolbarItemView};
|
||||||
pub use ui;
|
pub use ui;
|
||||||
use util::ResultExt;
|
use util::ResultExt;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue