mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-10 04:16:30 +00:00
refactor: Remove unused imports in documents.rs
This commit is contained in:
parent
085627fe32
commit
adf7d1876e
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,8 @@ use anyhow::{anyhow, Result};
|
||||||
use djls_project::TemplateTags;
|
use djls_project::TemplateTags;
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use tower_lsp::lsp_types::{
|
use tower_lsp::lsp_types::{
|
||||||
CompletionItem, CompletionItemKind, CompletionResponse, Diagnostic, DiagnosticSeverity,
|
CompletionItem, CompletionItemKind, CompletionResponse, Documentation, InsertTextFormat,
|
||||||
DidChangeTextDocumentParams, DidCloseTextDocumentParams, DidOpenTextDocumentParams,
|
MarkupContent, MarkupKind, Position, Range, Url,
|
||||||
Documentation, InsertTextFormat, MarkupContent, MarkupKind, NumberOrString, Position, Range, Url,
|
|
||||||
};
|
};
|
||||||
use tower_lsp::Client;
|
use tower_lsp::Client;
|
||||||
use super::diagnostics::Diagnostics;
|
use super::diagnostics::Diagnostics;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue