mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
move completion items to conv
This commit is contained in:
parent
328d123f5b
commit
f1f2804c71
5 changed files with 33 additions and 30 deletions
|
@ -7,7 +7,7 @@ use failure::{bail, format_err};
|
|||
|
||||
use crate::Result;
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||
#[serde(untagged)]
|
||||
pub enum RawMessage {
|
||||
Request(RawRequest),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue