diff --git a/crates/ra_hir_def/src/body/lower.rs b/crates/ra_hir_def/src/body/lower.rs index 1f93260d65e..2aa863c9ecd 100644 --- a/crates/ra_hir_def/src/body/lower.rs +++ b/crates/ra_hir_def/src/body/lower.rs @@ -54,10 +54,6 @@ pub(super) fn lower( struct ExprCollector { db: DB, resolver: MacroResolver, - // Expr collector expands macros along the way. original points to the file - // we started with, current points to the current macro expansion. source - // maps don't support macros yet, so we only record info into source map if - // current == original (see #1196) original_file_id: HirFileId, current_file_id: HirFileId,