mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Remove unused imports
This commit is contained in:
parent
fd4d3e7a2e
commit
d99672c5bc
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use crate::data::bibtex_entry_type::BibtexEntryType;
|
||||
use crate::data::bibtex_field::BibtexField;
|
||||
use crate::formatting::bibtex;
|
||||
use crate::formatting::bibtex::{BibtexFormattingOptions, BibtexFormattingParams};
|
||||
use crate::formatting::bibtex::BibtexFormattingParams;
|
||||
use crate::syntax::bibtex::BibtexEntry;
|
||||
use lsp_types::*;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ use crate::syntax::latex::LatexCommand;
|
|||
use futures_boxed::boxed;
|
||||
use lsp_types::{CompletionItem, CompletionParams};
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::str::FromStr;
|
||||
use std::sync::Arc;
|
||||
use walkdir::WalkDir;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue