aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_expand/src/lib.rs
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2021-04-10 19:30:28 +0100
committerJonas Schievink <[email protected]>2021-04-10 19:30:28 +0100
commit44b04ebe43534f749bc3a8431449bc019cc9c3b2 (patch)
tree37f9e13ceb4552d68f0ecafefa8fb54a5f5bdae4 /crates/hir_expand/src/lib.rs
parent050dc93e00c9b4be3982c82fa1babd31c3b13b7b (diff)
Revert "Rewrite `#[derive]` removal to be based on AST"
This reverts commit 7e78aebc8fbbb4043d62949681e4d700f1a2ec46.
Diffstat (limited to 'crates/hir_expand/src/lib.rs')
-rw-r--r--crates/hir_expand/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir_expand/src/lib.rs b/crates/hir_expand/src/lib.rs
index 7349fdfe4..a0e6aec62 100644
--- a/crates/hir_expand/src/lib.rs
+++ b/crates/hir_expand/src/lib.rs
@@ -14,7 +14,6 @@ pub mod builtin_macro;
14pub mod proc_macro; 14pub mod proc_macro;
15pub mod quote; 15pub mod quote;
16pub mod eager; 16pub mod eager;
17mod input;
18 17
19use either::Either; 18use either::Either;
20pub use mbe::{ExpandError, ExpandResult}; 19pub use mbe::{ExpandError, ExpandResult};