mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-13 05:46:17 +00:00
refactor: Fix imports, remove unused code, and resolve warnings
This commit is contained in:
parent
adf7d1876e
commit
969d267e4c
3 changed files with 3 additions and 23 deletions
|
@ -2,11 +2,12 @@ use anyhow::{anyhow, Result};
|
|||
use djls_project::TemplateTags;
|
||||
use std::collections::HashMap;
|
||||
use tower_lsp::lsp_types::{
|
||||
DidOpenTextDocumentParams, DidChangeTextDocumentParams, DidCloseTextDocumentParams,
|
||||
CompletionItem, CompletionItemKind, CompletionResponse, Documentation, InsertTextFormat,
|
||||
MarkupContent, MarkupKind, Position, Range, Url,
|
||||
};
|
||||
use tower_lsp::Client;
|
||||
use super::diagnostics::Diagnostics;
|
||||
use crate::diagnostics::Diagnostics;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Store {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue