diff options
-rw-r--r-- | crates/hir_expand/src/proc_macro.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/hir_expand/src/proc_macro.rs b/crates/hir_expand/src/proc_macro.rs index 97edf0fb6..38882d2b6 100644 --- a/crates/hir_expand/src/proc_macro.rs +++ b/crates/hir_expand/src/proc_macro.rs | |||
@@ -26,7 +26,6 @@ impl ProcMacroExpander { | |||
26 | 26 | ||
27 | pub fn dummy(krate: CrateId) -> Self { | 27 | pub fn dummy(krate: CrateId) -> Self { |
28 | // FIXME: Should store the name for better errors | 28 | // FIXME: Should store the name for better errors |
29 | // FIXME: I think this is the second layer of "dummy" expansion, we should reduce that | ||
30 | Self { krate, proc_macro_id: None } | 29 | Self { krate, proc_macro_id: None } |
31 | } | 30 | } |
32 | 31 | ||