mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Revert "Rewrite #[derive]
removal to be based on AST"
This reverts commit 7e78aebc8f
.
This commit is contained in:
parent
050dc93e00
commit
44b04ebe43
4 changed files with 105 additions and 92 deletions
|
@ -14,7 +14,6 @@ pub mod builtin_macro;
|
|||
pub mod proc_macro;
|
||||
pub mod quote;
|
||||
pub mod eager;
|
||||
mod input;
|
||||
|
||||
use either::Either;
|
||||
pub use mbe::{ExpandError, ExpandResult};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue