mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
switch to lsp-types
This commit is contained in:
parent
e465032daf
commit
7e5ab9b78c
13 changed files with 47 additions and 47 deletions
|
@ -3,7 +3,7 @@ use std::{
|
|||
sync::Arc,
|
||||
};
|
||||
|
||||
use languageserver_types::Url;
|
||||
use lsp_types::Url;
|
||||
use ra_ide_api::{
|
||||
Analysis, AnalysisChange, AnalysisHost, CrateGraph, FileId, LibraryData,
|
||||
SourceRootId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue