mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
remove redundant imports (#10154)
This commit is contained in:
parent
1539312558
commit
3e2b85c61b
4 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ use crate::{
|
|||
};
|
||||
|
||||
use helix_core::{find_workspace, syntax::LanguageServerFeature, ChangeSet, Rope};
|
||||
use helix_loader::{self, VERSION_AND_GIT_HASH};
|
||||
use helix_loader::VERSION_AND_GIT_HASH;
|
||||
use helix_stdx::path;
|
||||
use lsp::{
|
||||
notification::DidChangeWorkspaceFolders, CodeActionCapabilityResolveSupport,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue