remove redundant imports (#10154)

This commit is contained in:
Tshepang Mbambo 2024-04-04 16:28:44 +02:00 committed by GitHub
parent 1539312558
commit 3e2b85c61b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -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,