Delete unused import
This commit is contained in:
parent
6adf082e43
commit
2cd812e54f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use crate::{
|
||||||
scroll::ScrollAmount,
|
scroll::ScrollAmount,
|
||||||
};
|
};
|
||||||
use gpui::{App, AsyncWindowContext, Context, Entity, Modifiers, Task, Window, px};
|
use gpui::{App, AsyncWindowContext, Context, Entity, Modifiers, Task, Window, px};
|
||||||
use language::{Bias, ToOffset, point_from_lsp};
|
use language::{Bias, ToOffset};
|
||||||
use linkify::{LinkFinder, LinkKind};
|
use linkify::{LinkFinder, LinkKind};
|
||||||
use lsp::LanguageServerId;
|
use lsp::LanguageServerId;
|
||||||
use project::{
|
use project::{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue