mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 02:39:32 +00:00
Move proc-macro protocol into legacy module
This commit is contained in:
parent
f5a6826137
commit
b2d9486ebd
7 changed files with 38 additions and 33 deletions
|
@ -1,7 +1,7 @@
|
|||
//! The main loop of the proc-macro server.
|
||||
use std::io;
|
||||
|
||||
use proc_macro_api::{
|
||||
use proc_macro_api::legacy_protocol::{
|
||||
json::{read_json, write_json},
|
||||
msg::{
|
||||
self, deserialize_span_data_index_map, serialize_span_data_index_map, ExpandMacroData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue