Move proc-macro protocol into legacy module

This commit is contained in:
Lukas Wirth 2024-12-30 11:47:08 +01:00
parent f5a6826137
commit b2d9486ebd
7 changed files with 38 additions and 33 deletions

View file

@ -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,