Skip to content

Commit 577d5f1

Browse files
Remove resolved FIXME
1 parent 2b2318e commit 577d5f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/hir_expand/src/proc_macro.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ impl ProcMacroExpander {
2626

2727
pub fn dummy(krate: CrateId) -> Self {
2828
// FIXME: Should store the name for better errors
29-
// FIXME: I think this is the second layer of "dummy" expansion, we should reduce that
3029
Self { krate, proc_macro_id: None }
3130
}
3231

0 commit comments

Comments
 (0)