Revert "Rewrite #[derive] removal to be based on AST"

This reverts commit 7e78aebc8f.
This commit is contained in:
Jonas Schievink 2021-04-10 20:30:28 +02:00
parent 050dc93e00
commit 44b04ebe43
4 changed files with 105 additions and 92 deletions

View file

@ -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};