Remove some unused imports
This commit is contained in:
parent
63cc9e5068
commit
be6c909587
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ use language::Buffer;
|
|||
use project::Project;
|
||||
use regex::Regex;
|
||||
use serde_derive::Serialize;
|
||||
use ui::{prelude::*, Button, ButtonStyle, IconPosition, Label, Tooltip};
|
||||
use ui::{prelude::*, Button, ButtonStyle, IconPosition, Tooltip};
|
||||
use util::ResultExt;
|
||||
use workspace::Workspace;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ use gpui::{
|
|||
WindowContext,
|
||||
};
|
||||
use ui::prelude::*;
|
||||
use ui::{h_stack, Icon, IconButton};
|
||||
use ui::{h_stack};
|
||||
use util::ResultExt;
|
||||
|
||||
pub trait StatusItemView: Render {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue