From 577d5f1c337d5de8719bddcabd3d22a560a11b95 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Mon, 7 Dec 2020 17:17:31 +0100 Subject: Remove resolved FIXME --- crates/hir_expand/src/proc_macro.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/hir_expand/src') 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 { pub fn dummy(krate: CrateId) -> Self { // FIXME: Should store the name for better errors - // FIXME: I think this is the second layer of "dummy" expansion, we should reduce that Self { krate, proc_macro_id: None } } -- cgit v1.2.3