mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Don't mutate syntax trees when preparing proc-macro input
This commit is contained in:
parent
ce4670f299
commit
d6134b6802
7 changed files with 58 additions and 136 deletions
|
@ -14,7 +14,6 @@ pub mod builtin_macro;
|
|||
pub mod proc_macro;
|
||||
pub mod quote;
|
||||
pub mod eager;
|
||||
mod input;
|
||||
|
||||
use base_db::ProcMacroKind;
|
||||
use either::Either;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue