mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 23:27:59 +00:00
And more unused imports
This commit is contained in:
parent
a5d37d3510
commit
ea7fdef417
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ use futures::{future, StreamExt};
|
|||
use gpui2::AppContext;
|
||||
use language2::{
|
||||
language_settings::{AllLanguageSettings, LanguageSettingsContent},
|
||||
tree_sitter_rust, tree_sitter_typescript, Diagnostic, FakeLspAdapter, LanguageConfig,
|
||||
LineEnding, OffsetRangeExt, Point, ToPoint,
|
||||
tree_sitter_rust, Diagnostic, FakeLspAdapter, LanguageConfig, LineEnding, OffsetRangeExt,
|
||||
Point, ToPoint,
|
||||
};
|
||||
use lsp2::Url;
|
||||
use parking_lot::Mutex;
|
||||
|
|
Loading…
Reference in a new issue