mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
switch to lsp-types
This commit is contained in:
parent
e465032daf
commit
7e5ab9b78c
13 changed files with 47 additions and 47 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::io::{BufRead, Write};
|
||||
|
||||
use languageserver_types::{notification::Notification, request::Request};
|
||||
use lsp_types::{notification::Notification, request::Request};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde_json::{from_str, from_value, to_string, to_value, Value};
|
||||
use failure::{bail, format_err};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue